yarn/mappings/net/minecraft/entity/player/PlayerInventory.mapping

61 lines
1.7 KiB
Plaintext
Raw Normal View History

2018-11-29 15:10:38 -05:00
CLASS aqi net/minecraft/entity/player/PlayerInventory
2018-11-27 13:50:51 -05:00
FIELD a main Lfh;
FIELD b armor Lfh;
FIELD c offHand Lfh;
2016-08-24 15:26:03 -04:00
FIELD d selectedSlot I
2018-11-29 15:10:38 -05:00
FIELD e player Laqj;
FIELD g cursorStack Lavs;
2018-10-26 14:57:13 -04:00
FIELD h changeCount I
2018-11-29 15:10:38 -05:00
METHOD Q_ getName ()Lja;
METHOD R_ hasCustomName ()Z
METHOD S_ isInvEmpty ()Z
METHOD W_ getInvSize ()I
METHOD a getInvStack (I)Lavs;
METHOD a takeInvStack (II)Lavs;
2018-11-04 07:22:38 -05:00
ARG 1 slot
2018-11-29 15:10:38 -05:00
METHOD a setInvStack (ILavs;)V
2018-11-04 07:22:38 -05:00
ARG 1 slot
2018-11-29 15:10:38 -05:00
METHOD a clone (Laqi;)V
METHOD a canPlayerUseInv (Laqj;)Z
METHOD a addPickBlock (Lavs;)V
METHOD a canStackAddMore (Lavs;Lavs;)Z
2018-11-04 07:22:38 -05:00
ARG 1 existingStack
2018-11-29 15:10:38 -05:00
METHOD a getBlockBreakingSpeed (Lboj;)F
2018-11-27 13:50:51 -05:00
METHOD a serialize (Lhv;)Lhv;
2018-11-29 15:10:38 -05:00
METHOD b removeInvStack (I)Lavs;
2017-04-05 14:11:28 -04:00
METHOD b setInvProperty (II)V
2018-11-04 07:22:38 -05:00
ARG 1 pos
2018-11-29 15:10:38 -05:00
METHOD b isValidInvStack (ILavs;)Z
2018-11-04 07:22:38 -05:00
ARG 1 slot
2018-11-29 15:10:38 -05:00
METHOD b onInvOpen (Laqj;)V
METHOD b getSlotWithStack (Lavs;)I
METHOD b areItemsEqual (Lavs;Lavs;)Z
2018-11-04 07:22:38 -05:00
ARG 1 stack1
2018-11-29 15:10:38 -05:00
METHOD b isUsingEffectiveTool (Lboj;)Z
2018-11-27 13:50:51 -05:00
METHOD b deserialize (Lhv;)V
2017-04-05 14:11:28 -04:00
METHOD c getInvProperty (I)I
2018-11-29 15:10:38 -05:00
METHOD c insertStack (ILavs;)Z
2018-11-04 07:22:38 -05:00
ARG 1 slot
2018-11-29 15:10:38 -05:00
METHOD c onInvClose (Laqj;)V
METHOD d swapSlotWithHotbar (I)V
2018-11-29 15:10:38 -05:00
METHOD d getOccupiedSlotWithRoomForStack (Lavs;)I
METHOD e isValidHotbarIndex (I)Z
2017-05-13 02:02:51 -04:00
ARG 0 slot
2018-11-29 15:10:38 -05:00
METHOD e insertStack (Lavs;)Z
METHOD f getInvMaxStackAmount ()I
2018-11-29 15:10:38 -05:00
METHOD f getArmorStack (I)Lavs;
METHOD f removeOne (Lavs;)V
METHOD g markDirty ()V
2018-11-29 15:10:38 -05:00
METHOD g setCursorStack (Lavs;)V
2017-04-05 14:11:28 -04:00
METHOD h getInvPropertyCount ()I
2018-11-29 15:10:38 -05:00
METHOD i getMainHandStack ()Lavs;
METHOD i addStack (Lavs;)I
2017-06-08 10:01:49 -04:00
METHOD j getHotbarSize ()I
METHOD k getEmptySlot ()I
METHOD l getSwappableHotbarSlot ()I
2017-04-05 14:11:28 -04:00
METHOD m clearInv ()V
METHOD p updateItems ()V
METHOD q dropAll ()V
2018-10-26 14:57:13 -04:00
METHOD r getChangeCount ()I
2018-11-29 15:10:38 -05:00
METHOD s getCursorStack ()Lavs;