Class BucketItemFull

Direct Known Subclasses:
BucketItemCement, BucketItemWater

public abstract class BucketItemFull extends BucketItem
  • Constructor Details

    • BucketItemFull

      public BucketItemFull(int iItemID)
  • Method Details

    • 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
    • attemptPlaceContentsAtLocation

      protected abstract boolean attemptPlaceContentsAtLocation(World world, int i, int j, int k)