Class BucketItemEmpty


public class BucketItemEmpty extends BucketItem
  • Constructor Details

    • BucketItemEmpty

      public BucketItemEmpty(int iItemID)
  • Method Details

    • getBlockID

      public int getBlockID()
      Specified by:
      getBlockID in class BucketItem
    • onItemRightClick

      public ItemStack onItemRightClick(ItemStack itemStack, World world, EntityPlayer player)
      Description copied from class: Item
      // +++START EDIT+++ // ---END EDIT--- Called whenever this item is equipped and the right mouse button is pressed. Args: itemStack, world, entityPlayer
      Overrides:
      onItemRightClick in class Item