public class UniversalBucket extends Item
Item.ToolMaterialIForgeRegistryEntry.Impl<T extends IForgeRegistryEntry<T>>ATTACK_DAMAGE_MODIFIER, ATTACK_SPEED_MODIFIER, bFull3D, canRepair, hasSubtypes, itemRand, maxStackSize, REGISTRYdelegate| Constructor and Description | 
|---|
| UniversalBucket() | 
| UniversalBucket(int capacity,
               ItemStack empty,
               boolean nbtSensitive) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getCapacity() | 
| ItemStack | getContainerItem(ItemStack itemStack)ItemStack sensitive version of getContainerItem. | 
| ItemStack | getEmpty() | 
| static ItemStack | getFilledBucket(UniversalBucket item,
               Fluid fluid) | 
| FluidStack | getFluid(ItemStack container) | 
| java.lang.String | getItemStackDisplayName(ItemStack stack) | 
| void | getSubItems(Item itemIn,
           CreativeTabs tab,
           NonNullList<ItemStack> subItems) | 
| boolean | hasContainerItem(ItemStack stack)ItemStack sensitive version of hasContainerItem | 
| ICapabilityProvider | initCapabilities(ItemStack stack,
                NBTTagCompound nbt)Called from ItemStack.setItem, will hold extra data for the life of this ItemStack. | 
| boolean | isNbtSensitive() | 
| void | onFillBucket(FillBucketEvent event) | 
| ActionResult<ItemStack> | onItemRightClick(World world,
                EntityPlayer player,
                EnumHand hand) | 
addInformation, addPropertyOverride, canApplyAtEnchantingTable, canHarvestBlock, canHarvestBlock, canItemEditBlocks, createEntity, doesSneakBypassUse, getAnimationParameters, getArmorModel, getArmorTexture, getAttributeModifiers, getByNameOrId, getContainerItem, getCreativeTab, getCreativeTabs, getDamage, getDefaultInstance, getDurabilityForDisplay, getEntityLifespan, getFontRenderer, getHarvestLevel, getHasSubtypes, getHighlightTip, getIdFromItem, getIsRepairable, getItemAttributeModifiers, getItemById, getItemEnchantability, getItemEnchantability, getItemFromBlock, getItemStackLimit, getItemStackLimit, getItemUseAction, getMaxDamage, getMaxDamage, getMaxItemUseDuration, getMetadata, getMetadata, getNBTShareTag, getPropertyGetter, getRarity, getRGBDurabilityForDisplay, getShareTag, getSmeltingExperience, getStrVsBlock, getToolClasses, getUnlocalizedName, getUnlocalizedName, getUnlocalizedNameInefficiently, hasContainerItem, hasCustomEntity, hasCustomProperties, hasEffect, hitEntity, isBeaconPayment, isBookEnchantable, isDamageable, isDamaged, isEnchantable, isFull3D, isMap, isRepairable, isValidArmor, itemInteractionForEntity, onArmorTick, onBlockDestroyed, onBlockStartBreak, onCreated, onDroppedByPlayer, onEntityItemUpdate, onEntitySwing, onItemUse, onItemUseFinish, onItemUseFirst, onLeftClickEntity, onPlayerStoppedUsing, onUpdate, onUsingTick, rayTrace, registerItemBlock, registerItems, renderHelmetOverlay, setContainerItem, setCreativeTab, setDamage, setFull3D, setHarvestLevel, setHasSubtypes, setMaxDamage, setMaxStackSize, setNoRepair, setUnlocalizedName, shouldCauseBlockBreakReset, shouldCauseReequipAnimation, shouldRotateAroundWhenRendering, showDurabilityBar, updateItemStackNBTgetRegistryName, getRegistryType, setRegistryName, setRegistryName, setRegistryNamepublic UniversalBucket()
public UniversalBucket(int capacity,
                       @Nonnull
                       ItemStack empty,
                       boolean nbtSensitive)
capacity - Capacity of the containerempty - Item used for filling with the bucket event and returned when emptiednbtSensitive - Whether the empty item is NBT sensitive (usually true if empty and full are the same items)public boolean hasContainerItem(@Nonnull
                                ItemStack stack)
ItemhasContainerItem in class Itemstack - The current item stack@Nonnull public ItemStack getContainerItem(@Nonnull ItemStack itemStack)
ItemgetContainerItem in class ItemitemStack - The current ItemStackpublic void getSubItems(@Nonnull
                        Item itemIn,
                        @Nullable
                        CreativeTabs tab,
                        @Nonnull
                        NonNullList<ItemStack> subItems)
getSubItems in class Item@Nonnull
public java.lang.String getItemStackDisplayName(@Nonnull
                                                          ItemStack stack)
getItemStackDisplayName in class Item@Nonnull public ActionResult<ItemStack> onItemRightClick(@Nonnull World world, @Nonnull EntityPlayer player, @Nonnull EnumHand hand)
onItemRightClick in class Itempublic void onFillBucket(FillBucketEvent event)
@Nonnull public static ItemStack getFilledBucket(@Nonnull UniversalBucket item, Fluid fluid)
@Nullable public FluidStack getFluid(@Nonnull ItemStack container)
public int getCapacity()
@Nonnull public ItemStack getEmpty()
public boolean isNbtSensitive()
public ICapabilityProvider initCapabilities(@Nonnull ItemStack stack, NBTTagCompound nbt)
IteminitCapabilities in class Itemstack - The ItemStacknbt - NBT of this item serialized, or null.