Package net.minecraft
Class class_3552
java.lang.Object
net.minecraft.item.Item
net.minecraft.item.BucketItem
net.minecraft.class_3552
- All Implemented Interfaces:
Itemable
- Mappings:
Namespace Name official asrintermediary net/minecraft/class_3552named net/minecraft/class_3552
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.item.Item
Item.Settings -
Field Summary
FieldsFields inherited from class net.minecraft.item.Item
ATTACK_DAMAGE_MODIFIER_UUID, ATTACK_SPEED_MODIFIER, BLOCK_ITEMS, itemGroup, RANDOM -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidappendTooltips(ItemStack stack, World world, List<Text> tooltip, TooltipContext tooltipContext) protected voidmethod_16029(PlayerEntity playerEntity, IWorld iWorld, BlockPos blockPos) voidmethod_16031(World world, ItemStack itemStack, BlockPos blockPos) private voidmethod_16061(World world, ItemStack itemStack, BlockPos blockPos) Methods inherited from class net.minecraft.item.BucketItem
method_13649, method_16028, method_16030Methods inherited from class net.minecraft.item.Item
addProperty, appendToItemGroup, beforeBlockBreak, byRawId, canAddTo, canRepair, computeTranslationKey, fromBlock, getBlockBreakingSpeed, getDefaultStack, getEnchantability, getItem, getItemGroup, getMaxCount, getMaxDamage, getMaxUseTime, getProperty, getRarity, getRawId, getRecipeRemainder, getTranslationKey, getTranslationKey, getUseAction, hasEnchantmentGlint, hasProperties, inventoryTick, isDamageable, isEnchantable, isFood, isNetworkSynced, method_16075, method_16080, method_3346, method_3353, method_3356, method_3359, method_3367, method_3383, method_6326, onCraft, onEntityHit, onHit, postProcessNbt, registerBlockItem, setup, shouldSyncNbtToClient, useOnBlock
-
Field Details
-
field_17178
- Mappings:
Namespace Name Mixin selector official aLasr;a:Laev;intermediary field_17178Lnet/minecraft/class_3552;field_17178:Lnet/minecraft/class_3460;named field_17178Lnet/minecraft/class_3552;field_17178:Lnet/minecraft/entity/EntityType;
-
-
Constructor Details
-
class_3552
-
-
Method Details
-
method_16031
- Overrides:
method_16031in classBucketItem- Mappings:
Namespace Name Mixin selector official aLarr;a(Laxy;Late;Lel;)Vintermediary method_16031Lnet/minecraft/class_1036;method_16031(Lnet/minecraft/class_1150;Lnet/minecraft/class_1071;Lnet/minecraft/class_2552;)Vnamed method_16031Lnet/minecraft/item/BucketItem;method_16031(Lnet/minecraft/world/World;Lnet/minecraft/item/ItemStack;Lnet/minecraft/util/math/BlockPos;)V
-
method_16029
- Overrides:
method_16029in classBucketItem- Mappings:
Namespace Name Mixin selector official aLarr;a(Laog;Laxz;Lel;)Vintermediary method_16029Lnet/minecraft/class_1036;method_16029(Lnet/minecraft/class_988;Lnet/minecraft/class_3598;Lnet/minecraft/class_2552;)Vnamed method_16029Lnet/minecraft/item/BucketItem;method_16029(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/world/IWorld;Lnet/minecraft/util/math/BlockPos;)V
-
method_16061
- Mappings:
Namespace Name Mixin selector official bLasr;b(Laxy;Late;Lel;)Vintermediary method_16061Lnet/minecraft/class_3552;method_16061(Lnet/minecraft/class_1150;Lnet/minecraft/class_1071;Lnet/minecraft/class_2552;)Vnamed method_16061Lnet/minecraft/class_3552;method_16061(Lnet/minecraft/world/World;Lnet/minecraft/item/ItemStack;Lnet/minecraft/util/math/BlockPos;)V
-
appendTooltips
@Environment(CLIENT) public void appendTooltips(ItemStack stack, @Nullable World world, List<Text> tooltip, TooltipContext tooltipContext) - Overrides:
appendTooltipsin classItem- Mappings:
Namespace Name Mixin selector official aLata;a(Late;Laxy;Ljava/util/List;Laum;)Vintermediary method_14234Lnet/minecraft/class_1069;method_14234(Lnet/minecraft/class_1071;Lnet/minecraft/class_1150;Ljava/util/List;Lnet/minecraft/class_3191;)Vnamed appendTooltipsLnet/minecraft/item/Item;appendTooltips(Lnet/minecraft/item/ItemStack;Lnet/minecraft/world/World;Ljava/util/List;Lnet/minecraft/client/TooltipContext;)V
-