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 Summary
Nested classes/interfaces inherited from class net.minecraft.world.item.Item
Item.Properties, Item.TooltipContext
-
Field Summary
Modifier and TypeFieldDescriptionprivate final Fluid
Forge: TODO: Forge ItemStack capabilities - Lex 042724Fields inherited from class net.minecraft.world.item.Item
ABSOLUTE_MAX_STACK_SIZE, BASE_ATTACK_DAMAGE_ID, BASE_ATTACK_SPEED_ID, BY_BLOCK, DEFAULT_MAX_STACK_SIZE, MAX_BAR_WIDTH, STREAM_CODEC
Fields inherited from interface net.minecraft.world.flag.FeatureElement
FILTERED_REGISTRIES
-
Constructor Summary
ConstructorDescriptionBucketItem
(Supplier<? extends Fluid> supplier, Item.Properties builder) BucketItem
(Fluid p_40689_, Item.Properties p_40690_) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
canBlockContainFluid
(Level worldIn, BlockPos posIn, BlockState blockstate) void
checkExtraContent
(Player p_150711_, Level p_150712_, ItemStack p_150713_, BlockPos p_150714_) boolean
emptyContents
(Player p_150716_, Level p_150717_, BlockPos p_150718_, BlockHitResult p_150719_) Deprecated.boolean
emptyContents
(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 ItemStack
getEmptySuccessItem
(ItemStack p_40700_, Player p_40701_) getFluid()
protected void
playEmptySound
(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.Item
appendHoverText, asItem, builtInRegistryHolder, byBlock, byId, canAttackBlock, canFitInsideContainerItems, components, finishUsingItem, getAttackDamageBonus, getBarColor, getBarWidth, getBreakingSound, getCraftingRemainingItem, getDefaultAttributeModifiers, getDefaultInstance, getDefaultMaxStackSize, getDescription, getDescriptionId, getDescriptionId, getDestroySpeed, getDrinkingSound, getEatingSound, getEnchantmentValue, getId, getName, getOrCreateDescriptionId, getPlayerPOVHitResult, getRenderPropertiesInternal, getTooltipImage, getUseAnimation, getUseDuration, hasCraftingRemainingItem, hurtEnemy, initializeClient, interactLivingEntity, inventoryTick, isBarVisible, isComplex, isCorrectToolForDrops, isEnchantable, isFoil, isValidRepairItem, mineBlock, onCraftedBy, onCraftedPostProcess, onDestroyed, onUseTick, overrideOtherStackedOnMe, overrideStackedOnOther, postHurtEnemy, releaseUsing, requiredFeatures, toString, useOn, useOnRelease, verifyComponentsAfterLoad
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.minecraft.world.flag.FeatureElement
isEnabled
Methods inherited from interface net.minecraftforge.common.extensions.IForgeItem
canApplyAtEnchantingTable, canContinueUsing, canDisableShield, canElytraFly, canEquip, canGrindstoneRepair, canPerformAction, canWalkOnPowderedSnow, createEntity, doesSneakBypassUse, elytraFlightTick, getArmorTexture, getAttributeModifiers, getBurnTime, getCraftingRemainingItem, getCreatorModId, getDefaultTooltipHideFlags, getEnchantmentValue, getEntityLifespan, getEquipmentSlot, getHighlightTip, getSweepHitBox, hasCraftingRemainingItem, hasCustomEntity, isBookEnchantable, isEnderMask, isNotReplaceableByPickAction, isPiglinCurrency, makesPiglinsNeutral, onBlockStartBreak, onDestroyed, onDroppedByPlayer, onEntityItemUpdate, onEntitySwing, onHorseArmorTick, onInventoryTick, onItemUseFirst, onLeftClickEntity, onStopUsing, shouldCauseBlockBreakReset, shouldCauseReequipAnimation
-
Field Details
-
-
fluidSupplier
Forge: TODO: Forge ItemStack capabilities - Lex 042724
-
-
Constructor Details
-
BucketItem
Deprecated. -
BucketItem
- Parameters:
supplier
- A fluid supplier such asRegistryObject<Fluid>
-
-
Method Details
-
use
public InteractionResultHolder<ItemStack> use(Level p_40703_, Player p_40704_, InteractionHand p_40705_) -
getEmptySuccessItem
-
checkExtraContent
public void checkExtraContent(@Nullable Player p_150711_, Level p_150712_, ItemStack p_150713_, BlockPos p_150714_) - Specified by:
checkExtraContent
in interfaceDispensibleContainerItem
-
emptyContents
@Deprecated public boolean emptyContents(@Nullable Player p_150716_, Level p_150717_, BlockPos p_150718_, @Nullable BlockHitResult p_150719_) Deprecated.- Specified by:
emptyContents
in interfaceDispensibleContainerItem
-
emptyContents
public boolean emptyContents(@Nullable Player p_150716_, Level p_150717_, BlockPos p_150718_, @Nullable BlockHitResult p_150719_, @Nullable ItemStack container) Description copied from interface:IForgeDispensibleContainerItem
Empties the contents of the container and returns whether it was successful.- Specified by:
emptyContents
in interfaceIForgeDispensibleContainerItem
- Parameters:
p_150716_
- Player who empties the container. May be null for blocks like dispensers.p_150717_
- Level to place the content inp_150718_
- The position in the level to empty the contentp_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
-
getFluid
-
canBlockContainFluid
-