9
0
mirror of https://github.com/Xiao-MoMi/Custom-Crops.git synced 2025-12-28 19:39:20 +00:00
This commit is contained in:
XiaoMoMi
2023-06-26 00:54:31 +08:00
parent 1856dc75b1
commit a7dbe913bc
33 changed files with 304 additions and 196 deletions

View File

@@ -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);
}