Package net.minecraft.world.item
Class BucketItem
java.lang.Object
net.minecraft.world.item.Item
net.minecraft.world.item.BucketItem
- All Implemented Interfaces:
- FeatureElement,- DispensibleContainerItem,- ItemLike,- IForgeDispensibleContainerItem,- IForgeItem
- Direct Known Subclasses:
- MobBucketItem
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraft.world.item.ItemItem.Properties
- 
Field SummaryFieldsFields inherited from class net.minecraft.world.item.ItemBASE_ATTACK_DAMAGE_UUID, BASE_ATTACK_SPEED_UUID, BY_BLOCK, canRepair, EAT_DURATION, MAX_BAR_WIDTH, MAX_STACK_SIZEFields inherited from interface net.minecraft.world.flag.FeatureElementFILTERED_REGISTRIES
- 
Constructor SummaryConstructorsConstructorDescriptionBucketItem(Supplier<? extends Fluid> supplier, Item.Properties builder) BucketItem(Fluid p_40689_, Item.Properties p_40690_) Deprecated.
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleancanBlockContainFluid(Level worldIn, BlockPos posIn, BlockState blockstate) voidcheckExtraContent(Player p_150711_, Level p_150712_, ItemStack p_150713_, BlockPos p_150714_) booleanemptyContents(Player p_150716_, Level p_150717_, BlockPos p_150718_, BlockHitResult p_150719_) Deprecated.booleanemptyContents(Player p_150716_, Level p_150717_, BlockPos p_150718_, BlockHitResult p_150719_, ItemStack container) Empties the contents of the container and returns whether it was successful.static ItemStackgetEmptySuccessItem(ItemStack p_40700_, Player p_40701_) getFluid()initCapabilities(ItemStack stack, CompoundTag nbt) Called from ItemStack.setItem, will hold extra data for the life of this ItemStack.protected voidplayEmptySound(Player p_40696_, LevelAccessor p_40697_, BlockPos p_40698_) use(Level p_40703_, Player p_40704_, InteractionHand p_40705_) Methods inherited from class net.minecraft.world.item.ItemappendHoverText, asItem, builtInRegistryHolder, byBlock, byId, canAttackBlock, canBeDepleted, canBeHurtBy, canFitInsideContainerItems, finishUsingItem, getBarColor, getBarWidth, getCraftingRemainingItem, getDefaultAttributeModifiers, getDefaultInstance, getDescription, getDescriptionId, getDescriptionId, getDestroySpeed, getDrinkingSound, getEatingSound, getEnchantmentValue, getFoodProperties, getId, getMaxDamage, getMaxStackSize, getName, getOrCreateDescriptionId, getPlayerPOVHitResult, getRarity, getRenderPropertiesInternal, getTooltipImage, getUseAnimation, getUseDuration, hasCraftingRemainingItem, hurtEnemy, initializeClient, interactLivingEntity, inventoryTick, isBarVisible, isComplex, isCorrectToolForDrops, isEdible, isEnchantable, isFireResistant, isFoil, isRepairable, isValidRepairItem, mineBlock, onCraftedBy, onDestroyed, onUseTick, overrideOtherStackedOnMe, overrideStackedOnOther, releaseUsing, requiredFeatures, shouldOverrideMultiplayerNbt, toString, useOn, useOnRelease, verifyTagAfterLoadMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.world.flag.FeatureElementisEnabledMethods inherited from interface net.minecraftforge.common.extensions.IForgeItemcanApplyAtEnchantingTable, canContinueUsing, canDisableShield, canElytraFly, canEquip, canGrindstoneRepair, canPerformAction, canWalkOnPowderedSnow, createEntity, damageItem, doesSneakBypassUse, elytraFlightTick, getAllEnchantments, getArmorTexture, getAttributeModifiers, getBurnTime, getCraftingRemainingItem, getCreatorModId, getDamage, getDefaultTooltipHideFlags, getEnchantmentLevel, getEnchantmentValue, getEntityLifespan, getEquipmentSlot, getFoodProperties, getHighlightTip, getMaxDamage, getMaxStackSize, getShareTag, getSweepHitBox, getXpRepairRatio, hasCraftingRemainingItem, hasCustomEntity, isBookEnchantable, isCorrectToolForDrops, isDamageable, isDamaged, isEnderMask, isNotReplaceableByPickAction, isPiglinCurrency, makesPiglinsNeutral, onArmorTick, onBlockStartBreak, onDestroyed, onDroppedByPlayer, onEntityItemUpdate, onEntitySwing, onHorseArmorTick, onInventoryTick, onItemUseFirst, onLeftClickEntity, onStopUsing, readShareTag, setDamage, shouldCauseBlockBreakReset, shouldCauseReequipAnimation
- 
Field Details- 
- 
fluidSupplier
 
- 
- 
Constructor Details- 
BucketItemDeprecated.
- 
BucketItem- Parameters:
- supplier- A fluid supplier such as- RegistryObject<Fluid>
 
 
- 
- 
Method Details- 
usepublic InteractionResultHolder<ItemStack> use(Level p_40703_, Player p_40704_, InteractionHand p_40705_) 
- 
getEmptySuccessItem
- 
checkExtraContentpublic void checkExtraContent(@Nullable Player p_150711_, Level p_150712_, ItemStack p_150713_, BlockPos p_150714_) - Specified by:
- checkExtraContentin interface- DispensibleContainerItem
 
- 
emptyContents@Deprecated public boolean emptyContents(@Nullable Player p_150716_, Level p_150717_, BlockPos p_150718_, @Nullable BlockHitResult p_150719_) Deprecated.- Specified by:
- emptyContentsin interface- DispensibleContainerItem
 
- 
emptyContentspublic boolean emptyContents(@Nullable Player p_150716_, Level p_150717_, BlockPos p_150718_, @Nullable BlockHitResult p_150719_, @Nullable ItemStack container) Description copied from interface:IForgeDispensibleContainerItemEmpties the contents of the container and returns whether it was successful.- Specified by:
- emptyContentsin interface- IForgeDispensibleContainerItem
- Parameters:
- p_150716_- Player who empties the container. May be null for blocks like dispensers.
- p_150717_- Level to place the content in
- p_150718_- The position in the level to empty the content
- p_150719_- Hit result of the interaction. May be null for blocks like dispensers.
- container- ItemStack of the container. May be null for backwards compatibility.
- Returns:
- true if emptying the contents of the container was successful, false otherwise
 
- 
playEmptySound
- 
initCapabilitiesDescription copied from interface:IForgeItemCalled from ItemStack.setItem, will hold extra data for the life of this ItemStack. Can be retrieved from stack.getCapabilities() The NBT can be null if this is not called from readNBT or if the item the stack is changing FROM is different then this item, or the previous item had no capabilities. This is called BEFORE the stacks item is set so you can use stack.getItem() to see the OLD item. Remember that getItem CAN return null.- Specified by:
- initCapabilitiesin interface- IForgeItem
- Parameters:
- stack- The ItemStack
- nbt- NBT of this item serialized, or null.
- Returns:
- A holder instance associated with this ItemStack where you can hold capabilities for the life of this item.
 
- 
getFluid
- 
canBlockContainFluid
 
-