Package net.minecraft.item
Class ItemStack
java.lang.Object
net.minecraft.item.ItemStack
- Mappings:
Namespace Name official afjintermediary net/minecraft/class_1071named net/minecraft/item/ItemStack
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intprivate intprivate booleanstatic final ItemStackprivate intprivate final Itemprivate ItemFrameEntityprivate Blockprivate booleanprivate Blockprivate booleanstatic final DecimalFormatprivate NbtCompound -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddEnchantment(Enchantment enchantment, int level) booleancanDestroy(Block block) booleancanPlaceOn(Block block) copy()booleanvoiddamage(int amount, LivingEntity entity) voiddecrement(int amount) booleanstatic booleanprivate booleanstatic booleanstatic booleanequalsIgnoreDamage(ItemStack left, ItemStack right) booleanequalsIgnoreNbt(ItemStack stack) static booleanequalsIgnoreNbt(ItemStack left, ItemStack right) intgetCount()intgetItem()intintintintgetMeta()getName()getNbt()intgetTooltip(PlayerEntity player, boolean advanced) booleanbooleanbooleanbooleanhasNbt()booleanvoidincrement(int amount) voidinventoryTick(World world, Entity entity, int slot, boolean selected) booleanbooleanbooleanisEmpty()booleanisEmpty_()booleanbooleanbooleanvoidmethod_11306(World world, BlockState blockState, BlockPos blockPos, PlayerEntity playerEntity) method_11388(World world, LivingEntity entity) voidmethod_11389(World world, LivingEntity livingEntity, int int2) method_11390(World world, PlayerEntity player, Hand hand) floatmethod_11391(BlockState state) voidmethod_11392(String attributeName, AttributeModifier modifier, EquipmentSlot slot) method_11393(EquipmentSlot slot) booleanmethod_11396(BlockState state) static voidmethod_13311(class_2934 class_2934) intmethod_13655(String string) voidmethod_13656(int int2) method_13657(String string) voidmethod_13659(String string) method_13661(String string) booleanmethod_6329(PlayerEntity player, LivingEntity entity, Hand hand) voidonCraft(World world, PlayerEntity player, int amount) voidonEntityHit(LivingEntity entity, PlayerEntity attacker) voidputSubNbt(String key, NbtElement nbt) voidvoidsetCount(int count) setCustomName(String name) voidsetDamage(int damage) voidsetInItemFrame(ItemFrameEntity itemFrame) voidsetNbt(NbtCompound nbt) voidsetRepairCost(int cost) split(int amount) toNbt(NbtCompound nbt) toString()private voiduse(PlayerEntity player, World world, BlockPos pos, Hand hand, Direction direction, float x, float y, float z)
-
Field Details
-
EMPTY
- Mappings:
Namespace Name Mixin selector official aLafj;a:Lafj;intermediary field_15108Lnet/minecraft/class_1071;field_15108:Lnet/minecraft/class_1071;named EMPTYLnet/minecraft/item/ItemStack;EMPTY:Lnet/minecraft/item/ItemStack;
-
MODIFIER_FORMAT
- Mappings:
Namespace Name Mixin selector official bLafj;b:Ljava/text/DecimalFormat;intermediary field_6949Lnet/minecraft/class_1071;field_6949:Ljava/text/DecimalFormat;named MODIFIER_FORMATLnet/minecraft/item/ItemStack;MODIFIER_FORMAT:Ljava/text/DecimalFormat;
-
count
private int count- Mappings:
Namespace Name Mixin selector official cLafj;c:Iintermediary field_4376Lnet/minecraft/class_1071;field_4376:Inamed countLnet/minecraft/item/ItemStack;count:I
-
field_4377
private int field_4377- Mappings:
Namespace Name Mixin selector official dLafj;d:Iintermediary field_4377Lnet/minecraft/class_1071;field_4377:Inamed field_4377Lnet/minecraft/item/ItemStack;field_4377:I
-
item
- Mappings:
Namespace Name Mixin selector official eLafj;e:Lafh;intermediary field_6974Lnet/minecraft/class_1071;field_6974:Lnet/minecraft/class_1069;named itemLnet/minecraft/item/ItemStack;item:Lnet/minecraft/item/Item;
-
nbt
- Mappings:
Namespace Name Mixin selector official fLafj;f:Ldu;intermediary field_4379Lnet/minecraft/class_1071;field_4379:Lnet/minecraft/class_322;named nbtLnet/minecraft/item/ItemStack;nbt:Lnet/minecraft/nbt/NbtCompound;
-
empty
private boolean empty- Mappings:
Namespace Name Mixin selector official gLafj;g:Zintermediary field_15109Lnet/minecraft/class_1071;field_15109:Znamed emptyLnet/minecraft/item/ItemStack;empty:Z
-
damage
private int damage- Mappings:
Namespace Name Mixin selector official hLafj;h:Iintermediary field_4380Lnet/minecraft/class_1071;field_4380:Inamed damageLnet/minecraft/item/ItemStack;damage:I
-
itemFrame
- Mappings:
Namespace Name Mixin selector official iLafj;i:Lyz;intermediary field_5446Lnet/minecraft/class_1071;field_5446:Lnet/minecraft/class_1397;named itemFrameLnet/minecraft/item/ItemStack;itemFrame:Lnet/minecraft/entity/decoration/ItemFrameEntity;
-
lastDestroyedBlock
- Mappings:
Namespace Name Mixin selector official jLafj;j:Lalu;intermediary field_12184Lnet/minecraft/class_1071;field_12184:Lnet/minecraft/class_197;named lastDestroyedBlockLnet/minecraft/item/ItemStack;lastDestroyedBlock:Lnet/minecraft/block/Block;
-
lastDestroyResult
private boolean lastDestroyResult- Mappings:
Namespace Name Mixin selector official kLafj;k:Zintermediary field_12185Lnet/minecraft/class_1071;field_12185:Znamed lastDestroyResultLnet/minecraft/item/ItemStack;lastDestroyResult:Z
-
lastPlacedOn
- Mappings:
Namespace Name Mixin selector official lLafj;l:Lalu;intermediary field_12186Lnet/minecraft/class_1071;field_12186:Lnet/minecraft/class_197;named lastPlacedOnLnet/minecraft/item/ItemStack;lastPlacedOn:Lnet/minecraft/block/Block;
-
lastPlaceOnResult
private boolean lastPlaceOnResult- Mappings:
Namespace Name Mixin selector official mLafj;m:Zintermediary field_12187Lnet/minecraft/class_1071;field_12187:Znamed lastPlaceOnResultLnet/minecraft/item/ItemStack;lastPlaceOnResult:Z
-
-
Constructor Details
-
ItemStack
- Mappings:
Namespace Name Mixin selector official <init>Lafj;<init>(Lalu;)Vintermediary <init>Lnet/minecraft/class_1071;<init>(Lnet/minecraft/class_197;)Vnamed <init>Lnet/minecraft/item/ItemStack;<init>(Lnet/minecraft/block/Block;)V
-
ItemStack
- Mappings:
Namespace Name Mixin selector official <init>Lafj;<init>(Lalu;I)Vintermediary <init>Lnet/minecraft/class_1071;<init>(Lnet/minecraft/class_197;I)Vnamed <init>Lnet/minecraft/item/ItemStack;<init>(Lnet/minecraft/block/Block;I)V
-
ItemStack
- Mappings:
Namespace Name Mixin selector official <init>Lafj;<init>(Lalu;II)Vintermediary <init>Lnet/minecraft/class_1071;<init>(Lnet/minecraft/class_197;II)Vnamed <init>Lnet/minecraft/item/ItemStack;<init>(Lnet/minecraft/block/Block;II)V
-
ItemStack
- Mappings:
Namespace Name Mixin selector official <init>Lafj;<init>(Lafh;)Vintermediary <init>Lnet/minecraft/class_1071;<init>(Lnet/minecraft/class_1069;)Vnamed <init>Lnet/minecraft/item/ItemStack;<init>(Lnet/minecraft/item/Item;)V
-
ItemStack
- Mappings:
Namespace Name Mixin selector official <init>Lafj;<init>(Lafh;I)Vintermediary <init>Lnet/minecraft/class_1071;<init>(Lnet/minecraft/class_1069;I)Vnamed <init>Lnet/minecraft/item/ItemStack;<init>(Lnet/minecraft/item/Item;I)V
-
ItemStack
- Mappings:
Namespace Name Mixin selector official <init>Lafj;<init>(Lafh;II)Vintermediary <init>Lnet/minecraft/class_1071;<init>(Lnet/minecraft/class_1069;II)Vnamed <init>Lnet/minecraft/item/ItemStack;<init>(Lnet/minecraft/item/Item;II)V
-
ItemStack
- Mappings:
Namespace Name Mixin selector official <init>Lafj;<init>(Ldu;)Vintermediary <init>Lnet/minecraft/class_1071;<init>(Lnet/minecraft/class_322;)Vnamed <init>Lnet/minecraft/item/ItemStack;<init>(Lnet/minecraft/nbt/NbtCompound;)V
-
-
Method Details
-
updateStackStatus
private void updateStackStatus()- Mappings:
Namespace Name Mixin selector official FLafj;F()Vintermediary method_13653Lnet/minecraft/class_1071;method_13653()Vnamed updateStackStatusLnet/minecraft/item/ItemStack;updateStackStatus()V
-
isEmpty_
public boolean isEmpty_()- Mappings:
Namespace Name Mixin selector official bLafj;b()Zintermediary method_13654Lnet/minecraft/class_1071;method_13654()Znamed isEmpty_Lnet/minecraft/item/ItemStack;isEmpty_()Z
-
method_13311
- Mappings:
Namespace Name Mixin selector official aLafj;a(Lph;)Vintermediary method_13311Lnet/minecraft/class_1071;method_13311(Lnet/minecraft/class_2934;)Vnamed method_13311Lnet/minecraft/item/ItemStack;method_13311(Lnet/minecraft/class_2934;)V
-
split
- Mappings:
Namespace Name Mixin selector official aLafj;a(I)Lafj;intermediary method_3405Lnet/minecraft/class_1071;method_3405(I)Lnet/minecraft/class_1071;named splitLnet/minecraft/item/ItemStack;split(I)Lnet/minecraft/item/ItemStack;
-
getItem
- Mappings:
Namespace Name Mixin selector official cLafj;c()Lafh;intermediary method_3421Lnet/minecraft/class_1071;method_3421()Lnet/minecraft/class_1069;named getItemLnet/minecraft/item/ItemStack;getItem()Lnet/minecraft/item/Item;
-
use
public ActionResult use(PlayerEntity player, World world, BlockPos pos, Hand hand, Direction direction, float x, float y, float z) - Mappings:
Namespace Name Mixin selector official aLafj;a(Laay;Lajs;Lco;Lri;Lcv;FFF)Lrk;intermediary method_11394Lnet/minecraft/class_1071;method_11394(Lnet/minecraft/class_988;Lnet/minecraft/class_1150;Lnet/minecraft/class_2552;Lnet/minecraft/class_2961;Lnet/minecraft/class_1354;FFF)Lnet/minecraft/class_2962;named useLnet/minecraft/item/ItemStack;use(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/Hand;Lnet/minecraft/util/math/Direction;FFF)Lnet/minecraft/util/ActionResult;
-
method_11391
- Mappings:
Namespace Name Mixin selector official aLafj;a(Latl;)Fintermediary method_11391Lnet/minecraft/class_1071;method_11391(Lnet/minecraft/class_2232;)Fnamed method_11391Lnet/minecraft/item/ItemStack;method_11391(Lnet/minecraft/block/BlockState;)F
-
method_11390
- Mappings:
Namespace Name Mixin selector official aLafj;a(Lajs;Laay;Lri;)Lrl;intermediary method_11390Lnet/minecraft/class_1071;method_11390(Lnet/minecraft/class_1150;Lnet/minecraft/class_988;Lnet/minecraft/class_2961;)Lnet/minecraft/class_2963;named method_11390Lnet/minecraft/item/ItemStack;method_11390(Lnet/minecraft/world/World;Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/util/Hand;)Lnet/minecraft/util/TypedActionResult;
-
method_11388
- Mappings:
Namespace Name Mixin selector official aLafj;a(Lajs;Lsw;)Lafj;intermediary method_11388Lnet/minecraft/class_1071;method_11388(Lnet/minecraft/class_1150;Lnet/minecraft/class_1699;)Lnet/minecraft/class_1071;named method_11388Lnet/minecraft/item/ItemStack;method_11388(Lnet/minecraft/world/World;Lnet/minecraft/entity/LivingEntity;)Lnet/minecraft/item/ItemStack;
-
toNbt
- Mappings:
Namespace Name Mixin selector official aLafj;a(Ldu;)Ldu;intermediary method_3424Lnet/minecraft/class_1071;method_3424(Lnet/minecraft/class_322;)Lnet/minecraft/class_322;named toNbtLnet/minecraft/item/ItemStack;toNbt(Lnet/minecraft/nbt/NbtCompound;)Lnet/minecraft/nbt/NbtCompound;
-
getMaxCount
public int getMaxCount()- Mappings:
Namespace Name Mixin selector official dLafj;d()Iintermediary method_3432Lnet/minecraft/class_1071;method_3432()Inamed getMaxCountLnet/minecraft/item/ItemStack;getMaxCount()I
-
isDamaged
public boolean isDamaged()- Mappings:
Namespace Name Mixin selector official eLafj;e()Zintermediary method_3435Lnet/minecraft/class_1071;method_3435()Znamed isDamagedLnet/minecraft/item/ItemStack;isDamaged()Z
-
isDamageable
public boolean isDamageable()- Mappings:
Namespace Name Mixin selector official fLafj;f()Zintermediary method_3436Lnet/minecraft/class_1071;method_3436()Znamed isDamageableLnet/minecraft/item/ItemStack;isDamageable()Z
-
isUnbreakable
public boolean isUnbreakable()- Mappings:
Namespace Name Mixin selector official gLafj;g()Zintermediary method_3437Lnet/minecraft/class_1071;method_3437()Znamed isUnbreakableLnet/minecraft/item/ItemStack;isUnbreakable()Z
-
isEmpty
public boolean isEmpty()- Mappings:
Namespace Name Mixin selector official hLafj;h()Zintermediary method_3438Lnet/minecraft/class_1071;method_3438()Znamed isEmptyLnet/minecraft/item/ItemStack;isEmpty()Z
-
getDamage
public int getDamage()- Mappings:
Namespace Name Mixin selector official iLafj;i()Iintermediary method_3439Lnet/minecraft/class_1071;method_3439()Inamed getDamageLnet/minecraft/item/ItemStack;getDamage()I
-
getMeta
public int getMeta()- Mappings:
Namespace Name Mixin selector official jLafj;j()Iintermediary method_3440Lnet/minecraft/class_1071;method_3440()Inamed getMetaLnet/minecraft/item/ItemStack;getMeta()I
-
setDamage
public void setDamage(int damage) - Mappings:
Namespace Name Mixin selector official bLafj;b(I)Vintermediary method_3422Lnet/minecraft/class_1071;method_3422(I)Vnamed setDamageLnet/minecraft/item/ItemStack;setDamage(I)V
-
getMaxDamage
public int getMaxDamage()- Mappings:
Namespace Name Mixin selector official kLafj;k()Iintermediary method_3441Lnet/minecraft/class_1071;method_3441()Inamed getMaxDamageLnet/minecraft/item/ItemStack;getMaxDamage()I
-
damage
- Mappings:
Namespace Name Mixin selector official aLafj;a(ILjava/util/Random;)Zintermediary method_5464Lnet/minecraft/class_1071;method_5464(ILjava/util/Random;)Znamed damageLnet/minecraft/item/ItemStack;damage(ILjava/util/Random;)Z
-
damage
- Mappings:
Namespace Name Mixin selector official aLafj;a(ILsw;)Vintermediary method_6328Lnet/minecraft/class_1071;method_6328(ILnet/minecraft/class_1699;)Vnamed damageLnet/minecraft/item/ItemStack;damage(ILnet/minecraft/entity/LivingEntity;)V
-
onEntityHit
- Mappings:
Namespace Name Mixin selector official aLafj;a(Lsw;Laay;)Vintermediary method_3412Lnet/minecraft/class_1071;method_3412(Lnet/minecraft/class_1699;Lnet/minecraft/class_988;)Vnamed onEntityHitLnet/minecraft/item/ItemStack;onEntityHit(Lnet/minecraft/entity/LivingEntity;Lnet/minecraft/entity/player/PlayerEntity;)V
-
method_11306
public void method_11306(World world, BlockState blockState, BlockPos blockPos, PlayerEntity playerEntity) - Mappings:
Namespace Name Mixin selector official aLafj;a(Lajs;Latl;Lco;Laay;)Vintermediary method_11306Lnet/minecraft/class_1071;method_11306(Lnet/minecraft/class_1150;Lnet/minecraft/class_2232;Lnet/minecraft/class_2552;Lnet/minecraft/class_988;)Vnamed method_11306Lnet/minecraft/item/ItemStack;method_11306(Lnet/minecraft/world/World;Lnet/minecraft/block/BlockState;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/entity/player/PlayerEntity;)V
-
method_11396
- Mappings:
Namespace Name Mixin selector official bLafj;b(Latl;)Zintermediary method_11396Lnet/minecraft/class_1071;method_11396(Lnet/minecraft/class_2232;)Znamed method_11396Lnet/minecraft/item/ItemStack;method_11396(Lnet/minecraft/block/BlockState;)Z
-
method_6329
- Mappings:
Namespace Name Mixin selector official aLafj;a(Laay;Lsw;Lri;)Zintermediary method_6329Lnet/minecraft/class_1071;method_6329(Lnet/minecraft/class_988;Lnet/minecraft/class_1699;Lnet/minecraft/class_2961;)Znamed method_6329Lnet/minecraft/item/ItemStack;method_6329(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/entity/LivingEntity;Lnet/minecraft/util/Hand;)Z
-
copy
- Mappings:
Namespace Name Mixin selector official lLafj;l()Lafj;intermediary method_3442Lnet/minecraft/class_1071;method_3442()Lnet/minecraft/class_1071;named copyLnet/minecraft/item/ItemStack;copy()Lnet/minecraft/item/ItemStack;
-
equalsIgnoreDamage
- Mappings:
Namespace Name Mixin selector official aLafj;a(Lafj;Lafj;)Zintermediary method_3415Lnet/minecraft/class_1071;method_3415(Lnet/minecraft/class_1071;Lnet/minecraft/class_1071;)Znamed equalsIgnoreDamageLnet/minecraft/item/ItemStack;equalsIgnoreDamage(Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;)Z
-
equalsAll
- Mappings:
Namespace Name Mixin selector official bLafj;b(Lafj;Lafj;)Zintermediary method_3426Lnet/minecraft/class_1071;method_3426(Lnet/minecraft/class_1071;Lnet/minecraft/class_1071;)Znamed equalsAllLnet/minecraft/item/ItemStack;equalsAll(Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;)Z
-
equalsAll
- Mappings:
Namespace Name Mixin selector official dLafj;d(Lafj;)Zintermediary method_3434Lnet/minecraft/class_1071;method_3434(Lnet/minecraft/class_1071;)Znamed equalsAllLnet/minecraft/item/ItemStack;equalsAll(Lnet/minecraft/item/ItemStack;)Z
-
equalsIgnoreNbt
- Mappings:
Namespace Name Mixin selector official cLafj;c(Lafj;Lafj;)Zintermediary method_11311Lnet/minecraft/class_1071;method_11311(Lnet/minecraft/class_1071;Lnet/minecraft/class_1071;)Znamed equalsIgnoreNbtLnet/minecraft/item/ItemStack;equalsIgnoreNbt(Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;)Z
-
equals
- Mappings:
Namespace Name Mixin selector official dLafj;d(Lafj;Lafj;)Zintermediary method_11397Lnet/minecraft/class_1071;method_11397(Lnet/minecraft/class_1071;Lnet/minecraft/class_1071;)Znamed equalsLnet/minecraft/item/ItemStack;equals(Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;)Z
-
equalsIgnoreNbt
- Mappings:
Namespace Name Mixin selector official aLafj;a(Lafj;)Zintermediary method_3414Lnet/minecraft/class_1071;method_3414(Lnet/minecraft/class_1071;)Znamed equalsIgnoreNbtLnet/minecraft/item/ItemStack;equalsIgnoreNbt(Lnet/minecraft/item/ItemStack;)Z
-
equals
- Mappings:
Namespace Name Mixin selector official bLafj;b(Lafj;)Zintermediary method_11395Lnet/minecraft/class_1071;method_11395(Lnet/minecraft/class_1071;)Znamed equalsLnet/minecraft/item/ItemStack;equals(Lnet/minecraft/item/ItemStack;)Z
-
getTranslationKey
- Mappings:
Namespace Name Mixin selector official aLafj;a()Ljava/lang/String;intermediary method_3404Lnet/minecraft/class_1071;method_3404()Ljava/lang/String;named getTranslationKeyLnet/minecraft/item/ItemStack;getTranslationKey()Ljava/lang/String;
-
toString
-
inventoryTick
- Mappings:
Namespace Name Mixin selector official aLafj;a(Lajs;Lsn;IZ)Vintermediary method_3418Lnet/minecraft/class_1071;method_3418(Lnet/minecraft/class_1150;Lnet/minecraft/class_864;IZ)Vnamed inventoryTickLnet/minecraft/item/ItemStack;inventoryTick(Lnet/minecraft/world/World;Lnet/minecraft/entity/Entity;IZ)V
-
onCraft
- Mappings:
Namespace Name Mixin selector official aLafj;a(Lajs;Laay;I)Vintermediary method_3420Lnet/minecraft/class_1071;method_3420(Lnet/minecraft/class_1150;Lnet/minecraft/class_988;I)Vnamed onCraftLnet/minecraft/item/ItemStack;onCraft(Lnet/minecraft/world/World;Lnet/minecraft/entity/player/PlayerEntity;I)V
-
getMaxUseTime
public int getMaxUseTime()- Mappings:
Namespace Name Mixin selector official mLafj;m()Iintermediary method_3443Lnet/minecraft/class_1071;method_3443()Inamed getMaxUseTimeLnet/minecraft/item/ItemStack;getMaxUseTime()I
-
getUseAction
- Mappings:
Namespace Name Mixin selector official nLafj;n()Lagu;intermediary method_3444Lnet/minecraft/class_1071;method_3444()Lnet/minecraft/class_1099;named getUseActionLnet/minecraft/item/ItemStack;getUseAction()Lnet/minecraft/util/UseAction;
-
method_11389
- Mappings:
Namespace Name Mixin selector official aLafj;a(Lajs;Lsw;I)Vintermediary method_11389Lnet/minecraft/class_1071;method_11389(Lnet/minecraft/class_1150;Lnet/minecraft/class_1699;I)Vnamed method_11389Lnet/minecraft/item/ItemStack;method_11389(Lnet/minecraft/world/World;Lnet/minecraft/entity/LivingEntity;I)V
-
hasNbt
public boolean hasNbt()- Mappings:
Namespace Name Mixin selector official oLafj;o()Zintermediary method_3445Lnet/minecraft/class_1071;method_3445()Znamed hasNbtLnet/minecraft/item/ItemStack;hasNbt()Z
-
getNbt
- Mappings:
Namespace Name Mixin selector official pLafj;p()Ldu;intermediary method_3446Lnet/minecraft/class_1071;method_3446()Lnet/minecraft/class_322;named getNbtLnet/minecraft/item/ItemStack;getNbt()Lnet/minecraft/nbt/NbtCompound;
-
method_13655
- Mappings:
Namespace Name Mixin selector official cLafj;c(Ljava/lang/String;)Ldu;intermediary method_13655Lnet/minecraft/class_1071;method_13655(Ljava/lang/String;)Lnet/minecraft/class_322;named method_13655Lnet/minecraft/item/ItemStack;method_13655(Ljava/lang/String;)Lnet/minecraft/nbt/NbtCompound;
-
method_13657
- Mappings:
Namespace Name Mixin selector official dLafj;d(Ljava/lang/String;)Ldu;intermediary method_13657Lnet/minecraft/class_1071;method_13657(Ljava/lang/String;)Lnet/minecraft/class_322;named method_13657Lnet/minecraft/item/ItemStack;method_13657(Ljava/lang/String;)Lnet/minecraft/nbt/NbtCompound;
-
method_13659
- Mappings:
Namespace Name Mixin selector official eLafj;e(Ljava/lang/String;)Vintermediary method_13659Lnet/minecraft/class_1071;method_13659(Ljava/lang/String;)Vnamed method_13659Lnet/minecraft/item/ItemStack;method_13659(Ljava/lang/String;)V
-
getEnchantments
- Mappings:
Namespace Name Mixin selector official qLafj;q()Lea;intermediary method_3447Lnet/minecraft/class_1071;method_3447()Lnet/minecraft/class_474;named getEnchantmentsLnet/minecraft/item/ItemStack;getEnchantments()Lnet/minecraft/nbt/NbtList;
-
setNbt
- Mappings:
Namespace Name Mixin selector official bLafj;b(Ldu;)Vintermediary method_3433Lnet/minecraft/class_1071;method_3433(Lnet/minecraft/class_322;)Vnamed setNbtLnet/minecraft/item/ItemStack;setNbt(Lnet/minecraft/nbt/NbtCompound;)V
-
getName
- Mappings:
Namespace Name Mixin selector official rLafj;r()Ljava/lang/String;intermediary method_4623Lnet/minecraft/class_1071;method_4623()Ljava/lang/String;named getNameLnet/minecraft/item/ItemStack;getName()Ljava/lang/String;
-
method_13661
- Mappings:
Namespace Name Mixin selector official fLafj;f(Ljava/lang/String;)Lafj;intermediary method_13661Lnet/minecraft/class_1071;method_13661(Ljava/lang/String;)Lnet/minecraft/class_1071;named method_13661Lnet/minecraft/item/ItemStack;method_13661(Ljava/lang/String;)Lnet/minecraft/item/ItemStack;
-
setCustomName
- Mappings:
Namespace Name Mixin selector official gLafj;g(Ljava/lang/String;)Lafj;intermediary method_6373Lnet/minecraft/class_1071;method_6373(Ljava/lang/String;)Lnet/minecraft/class_1071;named setCustomNameLnet/minecraft/item/ItemStack;setCustomName(Ljava/lang/String;)Lnet/minecraft/item/ItemStack;
-
removeCustomName
public void removeCustomName()- Mappings:
Namespace Name Mixin selector official sLafj;s()Vintermediary method_6330Lnet/minecraft/class_1071;method_6330()Vnamed removeCustomNameLnet/minecraft/item/ItemStack;removeCustomName()V
-
hasCustomName
public boolean hasCustomName()- Mappings:
Namespace Name Mixin selector official tLafj;t()Zintermediary method_4624Lnet/minecraft/class_1071;method_4624()Znamed hasCustomNameLnet/minecraft/item/ItemStack;hasCustomName()Z
-
getTooltip
- Mappings:
Namespace Name Mixin selector official aLafj;a(Laay;Z)Ljava/util/List;intermediary method_4620Lnet/minecraft/class_1071;method_4620(Lnet/minecraft/class_988;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 uLafj;u()Zintermediary method_3449Lnet/minecraft/class_1071;method_3449()Znamed hasEnchantmentGlintLnet/minecraft/item/ItemStack;hasEnchantmentGlint()Z
-
getRarity
- Mappings:
Namespace Name Mixin selector official vLafj;v()Lafx;intermediary method_3450Lnet/minecraft/class_1071;method_3450()Lnet/minecraft/class_1081;named getRarityLnet/minecraft/item/ItemStack;getRarity()Lnet/minecraft/util/Rarity;
-
isEnchantable
public boolean isEnchantable()- Mappings:
Namespace Name Mixin selector official wLafj;w()Zintermediary method_3451Lnet/minecraft/class_1071;method_3451()Znamed isEnchantableLnet/minecraft/item/ItemStack;isEnchantable()Z
-
addEnchantment
- Mappings:
Namespace Name Mixin selector official aLafj;a(Laii;I)Vintermediary method_3416Lnet/minecraft/class_1071;method_3416(Lnet/minecraft/class_1127;I)Vnamed addEnchantmentLnet/minecraft/item/ItemStack;addEnchantment(Lnet/minecraft/enchantment/Enchantment;I)V
-
hasEnchantments
public boolean hasEnchantments()- Mappings:
Namespace Name Mixin selector official xLafj;x()Zintermediary method_3452Lnet/minecraft/class_1071;method_3452()Znamed hasEnchantmentsLnet/minecraft/item/ItemStack;hasEnchantments()Z
-
putSubNbt
- Mappings:
Namespace Name Mixin selector official aLafj;a(Ljava/lang/String;Lei;)Vintermediary method_3409Lnet/minecraft/class_1071;method_3409(Ljava/lang/String;Lnet/minecraft/class_605;)Vnamed putSubNbtLnet/minecraft/item/ItemStack;putSubNbt(Ljava/lang/String;Lnet/minecraft/nbt/NbtElement;)V
-
hasSubTypes
public boolean hasSubTypes()- Mappings:
Namespace Name Mixin selector official yLafj;y()Zintermediary method_4625Lnet/minecraft/class_1071;method_4625()Znamed hasSubTypesLnet/minecraft/item/ItemStack;hasSubTypes()Z
-
isInItemFrame
public boolean isInItemFrame()- Mappings:
Namespace Name Mixin selector official zLafj;z()Zintermediary method_4626Lnet/minecraft/class_1071;method_4626()Znamed isInItemFrameLnet/minecraft/item/ItemStack;isInItemFrame()Z
-
setInItemFrame
- Mappings:
Namespace Name Mixin selector official aLafj;a(Lyz;)Vintermediary method_4619Lnet/minecraft/class_1071;method_4619(Lnet/minecraft/class_1397;)Vnamed setInItemFrameLnet/minecraft/item/ItemStack;setInItemFrame(Lnet/minecraft/entity/decoration/ItemFrameEntity;)V
-
getItemFrame
- Mappings:
Namespace Name Mixin selector official ALafj;A()Lyz;intermediary method_4627Lnet/minecraft/class_1071;method_4627()Lnet/minecraft/class_1397;named getItemFrameLnet/minecraft/item/ItemStack;getItemFrame()Lnet/minecraft/entity/decoration/ItemFrameEntity;
-
getRepairCost
public int getRepairCost()- Mappings:
Namespace Name Mixin selector official BLafj;B()Iintermediary method_4618Lnet/minecraft/class_1071;method_4618()Inamed getRepairCostLnet/minecraft/item/ItemStack;getRepairCost()I
-
setRepairCost
public void setRepairCost(int cost) - Mappings:
Namespace Name Mixin selector official cLafj;c(I)Vintermediary method_4621Lnet/minecraft/class_1071;method_4621(I)Vnamed setRepairCostLnet/minecraft/item/ItemStack;setRepairCost(I)V
-
method_11393
- Mappings:
Namespace Name Mixin selector official aLafj;a(Lss;)Lcom/google/common/collect/Multimap;intermediary method_11393Lnet/minecraft/class_1071;method_11393(Lnet/minecraft/class_2968;)Lcom/google/common/collect/Multimap;named method_11393Lnet/minecraft/item/ItemStack;method_11393(Lnet/minecraft/entity/EquipmentSlot;)Lcom/google/common/collect/Multimap;
-
method_11392
public void method_11392(String attributeName, AttributeModifier modifier, @Nullable EquipmentSlot slot) - Mappings:
Namespace Name Mixin selector official aLafj;a(Ljava/lang/String;Ltl;Lss;)Vintermediary method_11392Lnet/minecraft/class_1071;method_11392(Ljava/lang/String;Lnet/minecraft/class_1704;Lnet/minecraft/class_2968;)Vnamed method_11392Lnet/minecraft/item/ItemStack;method_11392(Ljava/lang/String;Lnet/minecraft/entity/attribute/AttributeModifier;Lnet/minecraft/entity/EquipmentSlot;)V
-
toHoverableText
- Mappings:
Namespace Name Mixin selector official CLafj;C()Lfb;intermediary method_6371Lnet/minecraft/class_1071;method_6371()Lnet/minecraft/class_1982;named toHoverableTextLnet/minecraft/item/ItemStack;toHoverableText()Lnet/minecraft/text/Text;
-
canDestroy
- Mappings:
Namespace Name Mixin selector official aLafj;a(Lalu;)Zintermediary method_11309Lnet/minecraft/class_1071;method_11309(Lnet/minecraft/class_197;)Znamed canDestroyLnet/minecraft/item/ItemStack;canDestroy(Lnet/minecraft/block/Block;)Z
-
canPlaceOn
- Mappings:
Namespace Name Mixin selector official bLafj;b(Lalu;)Zintermediary method_11312Lnet/minecraft/class_1071;method_11312(Lnet/minecraft/class_197;)Znamed canPlaceOnLnet/minecraft/item/ItemStack;canPlaceOn(Lnet/minecraft/block/Block;)Z
-
method_13651
- Mappings:
Namespace Name Mixin selector official DLafj;D()Iintermediary method_13651Lnet/minecraft/class_1071;method_13651()Inamed method_13651Lnet/minecraft/item/ItemStack;method_13651()I
-
method_13656
public void method_13656(int int2) - Mappings:
Namespace Name Mixin selector official dLafj;d(I)Vintermediary method_13656Lnet/minecraft/class_1071;method_13656(I)Vnamed method_13656Lnet/minecraft/item/ItemStack;method_13656(I)V
-
getCount
public int getCount()- Mappings:
Namespace Name Mixin selector official ELafj;E()Iintermediary method_13652Lnet/minecraft/class_1071;method_13652()Inamed getCountLnet/minecraft/item/ItemStack;getCount()I
-
setCount
public void setCount(int count) - Mappings:
Namespace Name Mixin selector official eLafj;e(I)Vintermediary method_13658Lnet/minecraft/class_1071;method_13658(I)Vnamed setCountLnet/minecraft/item/ItemStack;setCount(I)V
-
increment
public void increment(int amount) - Mappings:
Namespace Name Mixin selector official fLafj;f(I)Vintermediary method_13660Lnet/minecraft/class_1071;method_13660(I)Vnamed incrementLnet/minecraft/item/ItemStack;increment(I)V
-
decrement
public void decrement(int amount) - Mappings:
Namespace Name Mixin selector official gLafj;g(I)Vintermediary method_13662Lnet/minecraft/class_1071;method_13662(I)Vnamed decrementLnet/minecraft/item/ItemStack;decrement(I)V
-