This commit is contained in:
shedaniel
2021-04-10 21:28:48 +08:00
parent 35145b9acb
commit ec06bd3b96

View File

@@ -24,6 +24,9 @@ import net.minecraft.world.entity.player.Player;
import net.minecraft.world.item.ItemStack;
import org.jetbrains.annotations.Nullable;
/**
* Extensions to {@link net.minecraft.world.item.Item}, implement this on to your item.
*/
public interface ItemExtension {
/**
* Invoked every tick when this item is equipped.