Package net.minecraft.item
Class ItemStack
java.lang.Object
net.minecraft.item.ItemStack
public final class ItemStack extends Object
- Mappings:
Namespace Name official zxintermediary net/minecraft/class_2056named net/minecraft/item/ItemStack
-
Field Summary
Fields Modifier and Type Field Description intcountprivate intdamageintfield_8654private Blockfield_8659private Blockfield_8661private Itemitemprivate ItemFrameEntityitemFrameprivate booleanlastDestroyResultprivate booleanlastPlaceOnResultstatic DecimalFormatMODIFIER_FORMATprivate CompoundTagtag -
Constructor Summary
-
Method Summary
-
Field Details
-
MODIFIER_FORMAT
- Mappings:
Namespace Name Mixin selector official aLzx;a:Ljava/text/DecimalFormat;intermediary field_8652Lnet/minecraft/class_2056;field_8652:Ljava/text/DecimalFormat;named MODIFIER_FORMATLnet/minecraft/item/ItemStack;MODIFIER_FORMAT:Ljava/text/DecimalFormat;
-
count
public int count- Mappings:
Namespace Name Mixin selector official bLzx;b:Iintermediary field_8653Lnet/minecraft/class_2056;field_8653:Inamed countLnet/minecraft/item/ItemStack;count:I
-
field_8654
public int field_8654- Mappings:
Namespace Name Mixin selector official cLzx;c:Iintermediary field_8654Lnet/minecraft/class_2056;field_8654:Inamed field_8654Lnet/minecraft/item/ItemStack;field_8654:I
-
item
- Mappings:
Namespace Name Mixin selector official dLzx;d:Lzw;intermediary field_8655Lnet/minecraft/class_2056;field_8655:Lnet/minecraft/class_2054;named itemLnet/minecraft/item/ItemStack;item:Lnet/minecraft/item/Item;
-
tag
- Mappings:
Namespace Name Mixin selector official eLzx;e:Ldn;intermediary field_8656Lnet/minecraft/class_2056;field_8656:Lnet/minecraft/class_1405;named tagLnet/minecraft/item/ItemStack;tag:Lnet/minecraft/nbt/CompoundTag;
-
damage
private int damage- Mappings:
Namespace Name Mixin selector official fLzx;f:Iintermediary field_8657Lnet/minecraft/class_2056;field_8657:Inamed damageLnet/minecraft/item/ItemStack;damage:I
-
itemFrame
- Mappings:
Namespace Name Mixin selector official gLzx;g:Luo;intermediary field_8658Lnet/minecraft/class_2056;field_8658:Lnet/minecraft/class_1883;named itemFrameLnet/minecraft/item/ItemStack;itemFrame:Lnet/minecraft/entity/decoration/ItemFrameEntity;
-
field_8659
- Mappings:
Namespace Name Mixin selector official hLzx;h:Lafh;intermediary field_8659Lnet/minecraft/class_2056;field_8659:Lnet/minecraft/class_160;named field_8659Lnet/minecraft/item/ItemStack;field_8659:Lnet/minecraft/block/Block;
-
lastDestroyResult
private boolean lastDestroyResult- Mappings:
Namespace Name Mixin selector official iLzx;i:Zintermediary field_8660Lnet/minecraft/class_2056;field_8660:Znamed lastDestroyResultLnet/minecraft/item/ItemStack;lastDestroyResult:Z
-
field_8661
- Mappings:
Namespace Name Mixin selector official jLzx;j:Lafh;intermediary field_8661Lnet/minecraft/class_2056;field_8661:Lnet/minecraft/class_160;named field_8661Lnet/minecraft/item/ItemStack;field_8661:Lnet/minecraft/block/Block;
-
lastPlaceOnResult
private boolean lastPlaceOnResult- Mappings:
Namespace Name Mixin selector official kLzx;k:Zintermediary field_8662Lnet/minecraft/class_2056;field_8662:Znamed lastPlaceOnResultLnet/minecraft/item/ItemStack;lastPlaceOnResult:Z
-
-
Constructor Details
-
ItemStack
- Mappings:
Namespace Name Mixin selector official <init>Lzx;<init>(Lafh;)Vintermediary <init>Lnet/minecraft/class_2056;<init>(Lnet/minecraft/class_160;)Vnamed <init>Lnet/minecraft/item/ItemStack;<init>(Lnet/minecraft/block/Block;)V
-
ItemStack
- Mappings:
Namespace Name Mixin selector official <init>Lzx;<init>(Lafh;I)Vintermediary <init>Lnet/minecraft/class_2056;<init>(Lnet/minecraft/class_160;I)Vnamed <init>Lnet/minecraft/item/ItemStack;<init>(Lnet/minecraft/block/Block;I)V
-
ItemStack
- Mappings:
Namespace Name Mixin selector official <init>Lzx;<init>(Lafh;II)Vintermediary <init>Lnet/minecraft/class_2056;<init>(Lnet/minecraft/class_160;II)Vnamed <init>Lnet/minecraft/item/ItemStack;<init>(Lnet/minecraft/block/Block;II)V
-
ItemStack
- Mappings:
Namespace Name Mixin selector official <init>Lzx;<init>(Lzw;)Vintermediary <init>Lnet/minecraft/class_2056;<init>(Lnet/minecraft/class_2054;)Vnamed <init>Lnet/minecraft/item/ItemStack;<init>(Lnet/minecraft/item/Item;)V
-
ItemStack
- Mappings:
Namespace Name Mixin selector official <init>Lzx;<init>(Lzw;I)Vintermediary <init>Lnet/minecraft/class_2056;<init>(Lnet/minecraft/class_2054;I)Vnamed <init>Lnet/minecraft/item/ItemStack;<init>(Lnet/minecraft/item/Item;I)V
-
ItemStack
- Mappings:
Namespace Name Mixin selector official <init>Lzx;<init>(Lzw;II)Vintermediary <init>Lnet/minecraft/class_2056;<init>(Lnet/minecraft/class_2054;II)Vnamed <init>Lnet/minecraft/item/ItemStack;<init>(Lnet/minecraft/item/Item;II)V
-
ItemStack
private ItemStack()
-
-
Method Details
-
fromTag
- Mappings:
Namespace Name Mixin selector official aLzx;a(Ldn;)Lzx;intermediary method_8342Lnet/minecraft/class_2056;method_8342(Lnet/minecraft/class_1405;)Lnet/minecraft/class_2056;named fromTagLnet/minecraft/item/ItemStack;fromTag(Lnet/minecraft/nbt/CompoundTag;)Lnet/minecraft/item/ItemStack;
-
split
- Mappings:
Namespace Name Mixin selector official aLzx;a(I)Lzx;intermediary method_8333Lnet/minecraft/class_2056;method_8333(I)Lnet/minecraft/class_2056;named splitLnet/minecraft/item/ItemStack;split(I)Lnet/minecraft/item/ItemStack;
-
getItem
- Mappings:
Namespace Name Mixin selector official bLzx;b()Lzw;intermediary method_8353Lnet/minecraft/class_2056;method_8353()Lnet/minecraft/class_2054;named getItemLnet/minecraft/item/ItemStack;getItem()Lnet/minecraft/item/Item;
-
use
public boolean use(PlayerEntity player, World world, BlockPos pos, Direction direction, float facingX, float facingY, float facingZ)- Mappings:
Namespace Name Mixin selector official aLzx;a(Lwn;Ladm;Lcj;Lcq;FFF)Zintermediary method_8347Lnet/minecraft/class_2056;method_8347(Lnet/minecraft/class_1963;Lnet/minecraft/class_99;Lnet/minecraft/class_1372;Lnet/minecraft/class_1383;FFF)Znamed useLnet/minecraft/item/ItemStack;use(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/Direction;FFF)Z
-
getMiningSpeedMultiplier
- Mappings:
Namespace Name Mixin selector official aLzx;a(Lafh;)Fintermediary method_8341Lnet/minecraft/class_2056;method_8341(Lnet/minecraft/class_160;)Fnamed getMiningSpeedMultiplierLnet/minecraft/item/ItemStack;getMiningSpeedMultiplier(Lnet/minecraft/block/Block;)F
-
onStartUse
- Mappings:
Namespace Name Mixin selector official aLzx;a(Ladm;Lwn;)Lzx;intermediary method_8339Lnet/minecraft/class_2056;method_8339(Lnet/minecraft/class_99;Lnet/minecraft/class_1963;)Lnet/minecraft/class_2056;named onStartUseLnet/minecraft/item/ItemStack;onStartUse(Lnet/minecraft/world/World;Lnet/minecraft/entity/player/PlayerEntity;)Lnet/minecraft/item/ItemStack;
-
onFinishUse
- Mappings:
Namespace Name Mixin selector official bLzx;b(Ladm;Lwn;)Lzx;intermediary method_8355Lnet/minecraft/class_2056;method_8355(Lnet/minecraft/class_99;Lnet/minecraft/class_1963;)Lnet/minecraft/class_2056;named onFinishUseLnet/minecraft/item/ItemStack;onFinishUse(Lnet/minecraft/world/World;Lnet/minecraft/entity/player/PlayerEntity;)Lnet/minecraft/item/ItemStack;
-
toTag
- Mappings:
Namespace Name Mixin selector official bLzx;b(Ldn;)Ldn;intermediary method_8358Lnet/minecraft/class_2056;method_8358(Lnet/minecraft/class_1405;)Lnet/minecraft/class_1405;named toTagLnet/minecraft/item/ItemStack;toTag(Lnet/minecraft/nbt/CompoundTag;)Lnet/minecraft/nbt/CompoundTag;
-
writeTag
- Mappings:
Namespace Name Mixin selector official cLzx;c(Ldn;)Vintermediary method_8364Lnet/minecraft/class_2056;method_8364(Lnet/minecraft/class_1405;)Vnamed writeTagLnet/minecraft/item/ItemStack;writeTag(Lnet/minecraft/nbt/CompoundTag;)V
-
getMaxCount
public int getMaxCount()- Mappings:
Namespace Name Mixin selector official cLzx;c()Iintermediary method_8361Lnet/minecraft/class_2056;method_8361()Inamed getMaxCountLnet/minecraft/item/ItemStack;getMaxCount()I
-
isDamaged
public boolean isDamaged()- Mappings:
Namespace Name Mixin selector official dLzx;d()Zintermediary method_8368Lnet/minecraft/class_2056;method_8368()Znamed isDamagedLnet/minecraft/item/ItemStack;isDamaged()Z
-
isDamageable
public boolean isDamageable()- Mappings:
Namespace Name Mixin selector official eLzx;e()Zintermediary method_8372Lnet/minecraft/class_2056;method_8372()Znamed isDamageableLnet/minecraft/item/ItemStack;isDamageable()Z
-
isUnbreakable
public boolean isUnbreakable()- Mappings:
Namespace Name Mixin selector official fLzx;f()Zintermediary method_8373Lnet/minecraft/class_2056;method_8373()Znamed isUnbreakableLnet/minecraft/item/ItemStack;isUnbreakable()Z
-
isEmpty
public boolean isEmpty()- Mappings:
Namespace Name Mixin selector official gLzx;g()Zintermediary method_8374Lnet/minecraft/class_2056;method_8374()Znamed isEmptyLnet/minecraft/item/ItemStack;isEmpty()Z
-
getDamage
public int getDamage()- Mappings:
Namespace Name Mixin selector official hLzx;h()Iintermediary method_8375Lnet/minecraft/class_2056;method_8375()Inamed getDamageLnet/minecraft/item/ItemStack;getDamage()I
-
getMeta
public int getMeta()- Mappings:
Namespace Name Mixin selector official iLzx;i()Iintermediary method_8376Lnet/minecraft/class_2056;method_8376()Inamed getMetaLnet/minecraft/item/ItemStack;getMeta()I
-
setDamage
public void setDamage(int damage)- Mappings:
Namespace Name Mixin selector official bLzx;b(I)Vintermediary method_8354Lnet/minecraft/class_2056;method_8354(I)Vnamed setDamageLnet/minecraft/item/ItemStack;setDamage(I)V
-
getMaxDamage
public int getMaxDamage()- Mappings:
Namespace Name Mixin selector official jLzx;j()Iintermediary method_8377Lnet/minecraft/class_2056;method_8377()Inamed getMaxDamageLnet/minecraft/item/ItemStack;getMaxDamage()I
-
damage
- Mappings:
Namespace Name Mixin selector official aLzx;a(ILjava/util/Random;)Zintermediary method_8334Lnet/minecraft/class_2056;method_8334(ILjava/util/Random;)Znamed damageLnet/minecraft/item/ItemStack;damage(ILjava/util/Random;)Z
-
damage
- Mappings:
Namespace Name Mixin selector official aLzx;a(ILpr;)Vintermediary method_8335Lnet/minecraft/class_2056;method_8335(ILnet/minecraft/class_1752;)Vnamed damageLnet/minecraft/item/ItemStack;damage(ILnet/minecraft/entity/LivingEntity;)V
-
onEntityHit
- Mappings:
Namespace Name Mixin selector official aLzx;a(Lpr;Lwn;)Vintermediary method_8345Lnet/minecraft/class_2056;method_8345(Lnet/minecraft/class_1752;Lnet/minecraft/class_1963;)Vnamed onEntityHitLnet/minecraft/item/ItemStack;onEntityHit(Lnet/minecraft/entity/LivingEntity;Lnet/minecraft/entity/player/PlayerEntity;)V
-
onBlockBroken
- Mappings:
Namespace Name Mixin selector official aLzx;a(Ladm;Lafh;Lcj;Lwn;)Vintermediary method_8337Lnet/minecraft/class_2056;method_8337(Lnet/minecraft/class_99;Lnet/minecraft/class_160;Lnet/minecraft/class_1372;Lnet/minecraft/class_1963;)Vnamed onBlockBrokenLnet/minecraft/item/ItemStack;onBlockBroken(Lnet/minecraft/world/World;Lnet/minecraft/block/Block;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/entity/player/PlayerEntity;)V
-
isEffectiveOn
- Mappings:
Namespace Name Mixin selector official bLzx;b(Lafh;)Zintermediary method_8357Lnet/minecraft/class_2056;method_8357(Lnet/minecraft/class_160;)Znamed isEffectiveOnLnet/minecraft/item/ItemStack;isEffectiveOn(Lnet/minecraft/block/Block;)Z
-
canUseOnEntity
- Mappings:
Namespace Name Mixin selector official aLzx;a(Lwn;Lpr;)Zintermediary method_8348Lnet/minecraft/class_2056;method_8348(Lnet/minecraft/class_1963;Lnet/minecraft/class_1752;)Znamed canUseOnEntityLnet/minecraft/item/ItemStack;canUseOnEntity(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/entity/LivingEntity;)Z
-
copy
- Mappings:
Namespace Name Mixin selector official kLzx;k()Lzx;intermediary method_8378Lnet/minecraft/class_2056;method_8378()Lnet/minecraft/class_2056;named copyLnet/minecraft/item/ItemStack;copy()Lnet/minecraft/item/ItemStack;
-
equalsIgnoreDamage
- Mappings:
Namespace Name Mixin selector official aLzx;a(Lzx;Lzx;)Zintermediary method_8352Lnet/minecraft/class_2056;method_8352(Lnet/minecraft/class_2056;Lnet/minecraft/class_2056;)Znamed equalsIgnoreDamageLnet/minecraft/item/ItemStack;equalsIgnoreDamage(Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;)Z
-
equalsAll
- Mappings:
Namespace Name Mixin selector official bLzx;b(Lzx;Lzx;)Zintermediary method_8360Lnet/minecraft/class_2056;method_8360(Lnet/minecraft/class_2056;Lnet/minecraft/class_2056;)Znamed equalsAllLnet/minecraft/item/ItemStack;equalsAll(Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;)Z
-
equalsAll
- Mappings:
Namespace Name Mixin selector official dLzx;d(Lzx;)Zintermediary method_8371Lnet/minecraft/class_2056;method_8371(Lnet/minecraft/class_2056;)Znamed equalsAllLnet/minecraft/item/ItemStack;equalsAll(Lnet/minecraft/item/ItemStack;)Z
-
equalsIgnoreTags
- Mappings:
Namespace Name Mixin selector official cLzx;c(Lzx;Lzx;)Zintermediary method_8367Lnet/minecraft/class_2056;method_8367(Lnet/minecraft/class_2056;Lnet/minecraft/class_2056;)Znamed equalsIgnoreTagsLnet/minecraft/item/ItemStack;equalsIgnoreTags(Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;)Z
-
equalsIgnoreTags
- Mappings:
Namespace Name Mixin selector official aLzx;a(Lzx;)Zintermediary method_8351Lnet/minecraft/class_2056;method_8351(Lnet/minecraft/class_2056;)Znamed equalsIgnoreTagsLnet/minecraft/item/ItemStack;equalsIgnoreTags(Lnet/minecraft/item/ItemStack;)Z
-
getTranslationKey
- Mappings:
Namespace Name Mixin selector official aLzx;a()Ljava/lang/String;intermediary method_8332Lnet/minecraft/class_2056;method_8332()Ljava/lang/String;named getTranslationKeyLnet/minecraft/item/ItemStack;getTranslationKey()Ljava/lang/String;
-
copyOf
- Mappings:
Namespace Name Mixin selector official bLzx;b(Lzx;)Lzx;intermediary method_8359Lnet/minecraft/class_2056;method_8359(Lnet/minecraft/class_2056;)Lnet/minecraft/class_2056;named copyOfLnet/minecraft/item/ItemStack;copyOf(Lnet/minecraft/item/ItemStack;)Lnet/minecraft/item/ItemStack;
-
toString
-
inventoryTick
- Mappings:
Namespace Name Mixin selector official aLzx;a(Ladm;Lpk;IZ)Vintermediary method_8338Lnet/minecraft/class_2056;method_8338(Lnet/minecraft/class_99;Lnet/minecraft/class_1745;IZ)Vnamed inventoryTickLnet/minecraft/item/ItemStack;inventoryTick(Lnet/minecraft/world/World;Lnet/minecraft/entity/Entity;IZ)V
-
onCraft
- Mappings:
Namespace Name Mixin selector official aLzx;a(Ladm;Lwn;I)Vintermediary method_8340Lnet/minecraft/class_2056;method_8340(Lnet/minecraft/class_99;Lnet/minecraft/class_1963;I)Vnamed onCraftLnet/minecraft/item/ItemStack;onCraft(Lnet/minecraft/world/World;Lnet/minecraft/entity/player/PlayerEntity;I)V
-
method_8366
- Mappings:
Namespace Name Mixin selector official cLzx;c(Lzx;)Zintermediary method_8366Lnet/minecraft/class_2056;method_8366(Lnet/minecraft/class_2056;)Znamed method_8366Lnet/minecraft/item/ItemStack;method_8366(Lnet/minecraft/item/ItemStack;)Z
-
getMaxUseTime
public int getMaxUseTime()- Mappings:
Namespace Name Mixin selector official lLzx;l()Iintermediary method_8379Lnet/minecraft/class_2056;method_8379()Inamed getMaxUseTimeLnet/minecraft/item/ItemStack;getMaxUseTime()I
-
getUseAction
- Mappings:
Namespace Name Mixin selector official mLzx;m()Laba;intermediary method_8380Lnet/minecraft/class_2056;method_8380()Lnet/minecraft/class_30;named getUseActionLnet/minecraft/item/ItemStack;getUseAction()Lnet/minecraft/util/UseAction;
-
onUseStopped
- Mappings:
Namespace Name Mixin selector official bLzx;b(Ladm;Lwn;I)Vintermediary method_8356Lnet/minecraft/class_2056;method_8356(Lnet/minecraft/class_99;Lnet/minecraft/class_1963;I)Vnamed onUseStoppedLnet/minecraft/item/ItemStack;onUseStopped(Lnet/minecraft/world/World;Lnet/minecraft/entity/player/PlayerEntity;I)V
-
hasTag
public boolean hasTag()- Mappings:
Namespace Name Mixin selector official nLzx;n()Zintermediary method_8381Lnet/minecraft/class_2056;method_8381()Znamed hasTagLnet/minecraft/item/ItemStack;hasTag()Z
-
getTag
- Mappings:
Namespace Name Mixin selector official oLzx;o()Ldn;intermediary method_8382Lnet/minecraft/class_2056;method_8382()Lnet/minecraft/class_1405;named getTagLnet/minecraft/item/ItemStack;getTag()Lnet/minecraft/nbt/CompoundTag;
-
getSubTag
- Mappings:
Namespace Name Mixin selector official aLzx;a(Ljava/lang/String;Z)Ldn;intermediary method_8344Lnet/minecraft/class_2056;method_8344(Ljava/lang/String;Z)Lnet/minecraft/class_1405;named getSubTagLnet/minecraft/item/ItemStack;getSubTag(Ljava/lang/String;Z)Lnet/minecraft/nbt/CompoundTag;
-
getEnchantments
- Mappings:
Namespace Name Mixin selector official pLzx;p()Ldu;intermediary method_8383Lnet/minecraft/class_2056;method_8383()Lnet/minecraft/class_1411;named getEnchantmentsLnet/minecraft/item/ItemStack;getEnchantments()Lnet/minecraft/nbt/ListTag;
-
setTag
- Mappings:
Namespace Name Mixin selector official dLzx;d(Ldn;)Vintermediary method_8370Lnet/minecraft/class_2056;method_8370(Lnet/minecraft/class_1405;)Vnamed setTagLnet/minecraft/item/ItemStack;setTag(Lnet/minecraft/nbt/CompoundTag;)V
-
getName
- Mappings:
Namespace Name Mixin selector official qLzx;q()Ljava/lang/String;intermediary method_8384Lnet/minecraft/class_2056;method_8384()Ljava/lang/String;named getNameLnet/minecraft/item/ItemStack;getName()Ljava/lang/String;
-
setCustomName
- Mappings:
Namespace Name Mixin selector official cLzx;c(Ljava/lang/String;)Lzx;intermediary method_8365Lnet/minecraft/class_2056;method_8365(Ljava/lang/String;)Lnet/minecraft/class_2056;named setCustomNameLnet/minecraft/item/ItemStack;setCustomName(Ljava/lang/String;)Lnet/minecraft/item/ItemStack;
-
removeCustomName
public void removeCustomName()- Mappings:
Namespace Name Mixin selector official rLzx;r()Vintermediary method_8385Lnet/minecraft/class_2056;method_8385()Vnamed removeCustomNameLnet/minecraft/item/ItemStack;removeCustomName()V
-
hasCustomName
public boolean hasCustomName()- Mappings:
Namespace Name Mixin selector official sLzx;s()Zintermediary method_8386Lnet/minecraft/class_2056;method_8386()Znamed hasCustomNameLnet/minecraft/item/ItemStack;hasCustomName()Z
-
getTooltip
- Mappings:
Namespace Name Mixin selector official aLzx;a(Lwn;Z)Ljava/util/List;intermediary method_8349Lnet/minecraft/class_2056;method_8349(Lnet/minecraft/class_1963;Z)Ljava/util/List;named getTooltipLnet/minecraft/item/ItemStack;getTooltip(Lnet/minecraft/entity/player/PlayerEntity;Z)Ljava/util/List;
-
hasEnchantmentGlint
- Mappings:
Namespace Name Mixin selector official tLzx;t()Zintermediary method_8387Lnet/minecraft/class_2056;method_8387()Znamed hasEnchantmentGlintLnet/minecraft/item/ItemStack;hasEnchantmentGlint()Z
-
getRarity
- Mappings:
Namespace Name Mixin selector official uLzx;u()Laaj;intermediary method_8388Lnet/minecraft/class_2056;method_8388()Lnet/minecraft/class_12;named getRarityLnet/minecraft/item/ItemStack;getRarity()Lnet/minecraft/util/Rarity;
-
isEnchantable
public boolean isEnchantable()- Mappings:
Namespace Name Mixin selector official vLzx;v()Zintermediary method_8389Lnet/minecraft/class_2056;method_8389()Znamed isEnchantableLnet/minecraft/item/ItemStack;isEnchantable()Z
-
addEnchantment
- Mappings:
Namespace Name Mixin selector official aLzx;a(Laci;I)Vintermediary method_8336Lnet/minecraft/class_2056;method_8336(Lnet/minecraft/class_64;I)Vnamed addEnchantmentLnet/minecraft/item/ItemStack;addEnchantment(Lnet/minecraft/enchantment/Enchantment;I)V
-
hasEnchantments
public boolean hasEnchantments()- Mappings:
Namespace Name Mixin selector official wLzx;w()Zintermediary method_8390Lnet/minecraft/class_2056;method_8390()Znamed hasEnchantmentsLnet/minecraft/item/ItemStack;hasEnchantments()Z
-
putSubTag
- Mappings:
Namespace Name Mixin selector official aLzx;a(Ljava/lang/String;Leb;)Vintermediary method_8343Lnet/minecraft/class_2056;method_8343(Ljava/lang/String;Lnet/minecraft/class_1419;)Vnamed putSubTagLnet/minecraft/item/ItemStack;putSubTag(Ljava/lang/String;Lnet/minecraft/nbt/Tag;)V
-
hasSubTypes
public boolean hasSubTypes()- Mappings:
Namespace Name Mixin selector official xLzx;x()Zintermediary method_8391Lnet/minecraft/class_2056;method_8391()Znamed hasSubTypesLnet/minecraft/item/ItemStack;hasSubTypes()Z
-
isInItemFrame
public boolean isInItemFrame()- Mappings:
Namespace Name Mixin selector official yLzx;y()Zintermediary method_8392Lnet/minecraft/class_2056;method_8392()Znamed isInItemFrameLnet/minecraft/item/ItemStack;isInItemFrame()Z
-
setInItemFrame
- Mappings:
Namespace Name Mixin selector official aLzx;a(Luo;)Vintermediary method_8346Lnet/minecraft/class_2056;method_8346(Lnet/minecraft/class_1883;)Vnamed setInItemFrameLnet/minecraft/item/ItemStack;setInItemFrame(Lnet/minecraft/entity/decoration/ItemFrameEntity;)V
-
getItemFrame
- Mappings:
Namespace Name Mixin selector official zLzx;z()Luo;intermediary method_8393Lnet/minecraft/class_2056;method_8393()Lnet/minecraft/class_1883;named getItemFrameLnet/minecraft/item/ItemStack;getItemFrame()Lnet/minecraft/entity/decoration/ItemFrameEntity;
-
getRepairCost
public int getRepairCost()- Mappings:
Namespace Name Mixin selector official ALzx;A()Iintermediary method_8329Lnet/minecraft/class_2056;method_8329()Inamed getRepairCostLnet/minecraft/item/ItemStack;getRepairCost()I
-
setRepairCost
public void setRepairCost(int cost)- Mappings:
Namespace Name Mixin selector official cLzx;c(I)Vintermediary method_8362Lnet/minecraft/class_2056;method_8362(I)Vnamed setRepairCostLnet/minecraft/item/ItemStack;setRepairCost(I)V
-
getAttributes
- Mappings:
Namespace Name Mixin selector official BLzx;B()Lcom/google/common/collect/Multimap;intermediary method_8330Lnet/minecraft/class_2056;method_8330()Lcom/google/common/collect/Multimap;named getAttributesLnet/minecraft/item/ItemStack;getAttributes()Lcom/google/common/collect/Multimap;
-
setItem
- Mappings:
Namespace Name Mixin selector official aLzx;a(Lzw;)Vintermediary method_8350Lnet/minecraft/class_2056;method_8350(Lnet/minecraft/class_2054;)Vnamed setItemLnet/minecraft/item/ItemStack;setItem(Lnet/minecraft/item/Item;)V
-
toHoverableText
- Mappings:
Namespace Name Mixin selector official CLzx;C()Leu;intermediary method_8331Lnet/minecraft/class_2056;method_8331()Lnet/minecraft/class_1444;named toHoverableTextLnet/minecraft/item/ItemStack;toHoverableText()Lnet/minecraft/text/Text;
-
canDestroy
- Mappings:
Namespace Name Mixin selector official cLzx;c(Lafh;)Zintermediary method_8363Lnet/minecraft/class_2056;method_8363(Lnet/minecraft/class_160;)Znamed canDestroyLnet/minecraft/item/ItemStack;canDestroy(Lnet/minecraft/block/Block;)Z
-
canPlaceOn
- Mappings:
Namespace Name Mixin selector official dLzx;d(Lafh;)Zintermediary method_8369Lnet/minecraft/class_2056;method_8369(Lnet/minecraft/class_160;)Znamed canPlaceOnLnet/minecraft/item/ItemStack;canPlaceOn(Lnet/minecraft/block/Block;)Z
-