mirror of
https://github.com/Xiao-MoMi/Custom-Crops.git
synced 2025-12-28 19:39:20 +00:00
3.2.5.0
This commit is contained in:
@@ -17,11 +17,12 @@
|
||||
|
||||
package net.momirealms.customcrops.integration;
|
||||
|
||||
import org.bukkit.entity.Player;
|
||||
import org.bukkit.inventory.ItemStack;
|
||||
import org.jetbrains.annotations.Nullable;
|
||||
|
||||
public interface ItemInterface {
|
||||
|
||||
@Nullable
|
||||
ItemStack build(String id);
|
||||
ItemStack build(String id, Player player);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user