Package net.minecraft.item
Class LeavesItem
java.lang.Object
net.minecraft.item.Item
net.minecraft.item.BlockItem
net.minecraft.item.LeavesItem
- Mappings:
Namespace Name official ammintermediary net/minecraft/class_1072named net/minecraft/item/LeavesItem
-
Field Summary
FieldsFields inherited from class net.minecraft.item.Item
ATTACK_DAMAGE_MODIFIER_UUID, damageable, handheld, maxCount, RANDOM, REGISTRY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetDisplayColor(ItemStack stack, int color) intgetMeta(int i) getTranslationKey(ItemStack stack) Methods inherited from class net.minecraft.item.BlockItem
appendItemStacks, getBlock, getItemGroup, getTranslationKey, method_11269, method_11270, setTranslationKey, useMethods inherited from class net.minecraft.item.Item
appendTooltip, byRawId, canRepair, canUseOnEntity, fromBlock, getAttributeModifierMap, getDisplayName, getEnchantability, getFromId, getItemstackTranslatedName, getMaxCount, getMaxDamage, getMaxUseTime, getMiningSpeedMultiplier, getRarity, getRawId, getRecipeRemainder, getStatusEffectString, getUseAction, hasEnchantmentGlint, hasStatusEffectString, hasSubTypes, inventoryTick, isDamageable, isEffectiveOn, isEnchantable, isFood, isHandheld, isNetworkSynced, isUnbreakable, onBlockBroken, onCraft, onEntityHit, onFinishUse, onHit, onStartUse, onUseStopped, postProcessNbt, registerBlockItem, setHandheld, setItemGroup, setMaxCount, setMaxDamage, setRecipeRemainder, setStatusEffectString, setUnbreakable, setup, shouldRotate, shouldSyncNbtToClient
-
Field Details
-
leavesBlock
- Mappings:
Namespace Name Mixin selector official bLamm;b:Laxg;intermediary field_7146Lnet/minecraft/class_1072;field_7146:Lnet/minecraft/class_150;named leavesBlockLnet/minecraft/item/LeavesItem;leavesBlock:Lnet/minecraft/block/LeavesBlock;
-
-
Constructor Details
-
LeavesItem
- Mappings:
Namespace Name Mixin selector official <init>Lamm;<init>(Laxg;)Vintermediary <init>Lnet/minecraft/class_1072;<init>(Lnet/minecraft/class_150;)Vnamed <init>Lnet/minecraft/item/LeavesItem;<init>(Lnet/minecraft/block/LeavesBlock;)V
-
-
Method Details
-
getMeta
public int getMeta(int i) -
getDisplayColor
- Overrides:
getDisplayColorin classItem- Mappings:
Namespace Name Mixin selector official aLalq;a(Lamj;I)Iintermediary method_3344Lnet/minecraft/class_1069;method_3344(Lnet/minecraft/class_1071;I)Inamed getDisplayColorLnet/minecraft/item/Item;getDisplayColor(Lnet/minecraft/item/ItemStack;I)I
-
getTranslationKey
- Overrides:
getTranslationKeyin classBlockItem- Mappings:
Namespace Name Mixin selector official e_Lalq;e_(Lamj;)Ljava/lang/String;intermediary method_3371Lnet/minecraft/class_1069;method_3371(Lnet/minecraft/class_1071;)Ljava/lang/String;named getTranslationKeyLnet/minecraft/item/Item;getTranslationKey(Lnet/minecraft/item/ItemStack;)Ljava/lang/String;
-