Package net.minecraft.item
Class PowderSnowBucketItem
java.lang.Object
net.minecraft.item.Item
net.minecraft.item.BlockItem
net.minecraft.item.PowderSnowBucketItem
- All Implemented Interfaces:
- FluidModificationItem,- ItemConvertible,- ToggleableFeature
- Mappings:
- Namespace - Name - named - net/minecraft/item/PowderSnowBucketItem- intermediary - net/minecraft/class_5634- official - cxy
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraft.item.ItemItem.Settings, Item.TooltipContext
- 
Field SummaryFieldsFields inherited from class net.minecraft.item.ItemBASE_ATTACK_DAMAGE_MODIFIER_ID, BASE_ATTACK_SPEED_MODIFIER_ID, BLOCK_ITEMS, DEFAULT_MAX_COUNT, ENTRY_CODEC, ITEM_BAR_STEPS, MAX_MAX_COUNT, translationKeyFields inherited from interface net.minecraft.resource.featuretoggle.ToggleableFeatureFEATURE_ENABLED_REGISTRY_KEYS
- 
Constructor SummaryConstructorsConstructorDescriptionPowderSnowBucketItem(Block block, SoundEvent placeSound, Item.Settings settings) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected SoundEventgetPlaceSound(BlockState state) booleanplaceFluid(@Nullable PlayerEntity player, World world, BlockPos pos, @Nullable BlockHitResult hitResult) useOnBlock(ItemUsageContext context) Called when an item is used on a block.Methods inherited from class net.minecraft.item.BlockItemappendBlocks, appendTooltip, canBeNested, canPlace, checkStatePlacement, getBlock, getPlacementContext, getPlacementState, getRequiredFeatures, onItemEntityDestroyed, place, place, postPlacement, setBlockEntityData, shouldShowOperatorBlockWarnings, writeNbtToBlockEntityMethods inherited from class net.minecraft.item.ItemasItem, byRawId, canMine, finishUsing, fromBlock, getBonusAttackDamage, getBreakSound, getComponents, getDamageSource, getDefaultStack, getItemBarColor, getItemBarStep, getMaxCount, getMaxUseTime, getMiningSpeed, getName, getName, getRawId, getRecipeRemainder, getRegistryEntry, getTooltipData, getTranslationKey, getUseAction, hasGlint, inventoryTick, isCorrectForDrops, isItemBarVisible, isUsedOnRelease, onClicked, onCraft, onCraftByPlayer, onStackClicked, onStoppedUsing, postDamageEntity, postHit, postMine, postProcessComponents, raycast, toString, usageTick, use, useOnEntityMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.item.FluidModificationItemonEmptiedMethods inherited from interface net.minecraft.resource.featuretoggle.ToggleableFeatureisEnabled
- 
Field Details- 
placeSound- Mappings:
- Namespace - Name - Mixin selector - named - placeSound- Lnet/minecraft/item/PowderSnowBucketItem;placeSound:Lnet/minecraft/sound/SoundEvent;- intermediary - field_27877- Lnet/minecraft/class_5634;field_27877:Lnet/minecraft/class_3414;- official - a- Lcxy;a:Lavz;
 
 
- 
- 
Constructor Details- 
PowderSnowBucketItem- Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/item/PowderSnowBucketItem;<init>(Lnet/minecraft/block/Block;Lnet/minecraft/sound/SoundEvent;Lnet/minecraft/item/Item$Settings;)V- intermediary - <init>- Lnet/minecraft/class_5634;<init>(Lnet/minecraft/class_2248;Lnet/minecraft/class_3414;Lnet/minecraft/class_1792$class_1793;)V- official - <init>- Lcxy;<init>(Ldjn;Lavz;Lcwm$a;)V
 
 
- 
- 
Method Details- 
useOnBlockCalled when an item is used on a block.This method is called on both the logical client and logical server, so take caution when using this method. The logical side can be checked using context.getWorld().isClient().- Overrides:
- useOnBlockin class- BlockItem
- Parameters:
- context- the usage context
- Returns:
- an action result that specifies if using the item on a block was successful.
- Mappings:
- Namespace - Name - Mixin selector - named - useOnBlock- Lnet/minecraft/item/Item;useOnBlock(Lnet/minecraft/item/ItemUsageContext;)Lnet/minecraft/util/ActionResult;- intermediary - method_7884- Lnet/minecraft/class_1792;method_7884(Lnet/minecraft/class_1838;)Lnet/minecraft/class_1269;- official - a- Lcwm;a(Ldaj;)Lbsl;
 
- 
getPlaceSound- Overrides:
- getPlaceSoundin class- BlockItem
- Mappings:
- Namespace - Name - Mixin selector - named - getPlaceSound- Lnet/minecraft/item/BlockItem;getPlaceSound(Lnet/minecraft/block/BlockState;)Lnet/minecraft/sound/SoundEvent;- intermediary - method_19260- Lnet/minecraft/class_1747;method_19260(Lnet/minecraft/class_2680;)Lnet/minecraft/class_3414;- official - a- Lcuw;a(Ldwy;)Lavz;
 
- 
placeFluidpublic boolean placeFluid(@Nullable @Nullable PlayerEntity player, World world, BlockPos pos, @Nullable @Nullable BlockHitResult hitResult) - Specified by:
- placeFluidin interface- FluidModificationItem
- Mappings:
- Namespace - Name - Mixin selector - named - placeFluid- Lnet/minecraft/item/FluidModificationItem;placeFluid(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/hit/BlockHitResult;)Z- intermediary - method_7731- Lnet/minecraft/class_5633;method_7731(Lnet/minecraft/class_1657;Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_3965;)Z- official - a- Lcvl;a(Lcoy;Ldgj;Lji;Lfax;)Z
 
 
-