Class ChorusFruitItem

java.lang.Object
net.minecraft.world.item.Item
net.minecraft.world.item.ChorusFruitItem
All Implemented Interfaces:
FeatureElement, ItemLike, IItemExtension

public class ChorusFruitItem extends Item
  • Constructor Details

  • Method Details

    • finishUsingItem

      public ItemStack finishUsingItem(ItemStack pStack, Level pLevel, LivingEntity pEntityLiving)
      Called when the player finishes using this Item (E.g. finishes eating.). Not called when the player stops using the Item before the action is complete.
      Overrides:
      finishUsingItem in class Item