Class ItemHoneyBottle

All Implemented Interfaces:
BlockID, ItemID, Cloneable

public class ItemHoneyBottle extends ItemEdible
Author:
joserobjr
  • Constructor Details

    • ItemHoneyBottle

      public ItemHoneyBottle()
    • ItemHoneyBottle

      public ItemHoneyBottle(Integer meta)
    • ItemHoneyBottle

      public ItemHoneyBottle(Integer meta, int count)
  • Method Details

    • getMaxStackSize

      public int getMaxStackSize()
      Overrides:
      getMaxStackSize in class Item
    • onClickAir

      @PowerNukkitDifference(since="1.4.0.0-PN", info="Will always return true so it\'s always drinkable") public boolean onClickAir(Player player, Vector3 directionVector)
      Description copied from class: Item
      Called when a player uses the item on air, for example throwing a projectile. Returns whether the item was changed, for example count decrease or durability change.
      Overrides:
      onClickAir in class ItemEdible
      Parameters:
      player - player
      directionVector - direction
      Returns:
      item changed
    • onUse

      @PowerNukkitDifference(since="1.4.0.0-PN", info="Cancellable by PlayerItemConsumeEvent and uses the FoodHoney class to handle the food behaviour") public boolean onUse(Player player, int ticksUsed)
      Overrides:
      onUse in class ItemEdible