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

41 lines
1.2 KiB
Plaintext
Raw Normal View History

2019-02-13 12:35:08 -05:00
CLASS arx net/minecraft/entity/player/PlayerInventory
FIELD a main Lfe;
FIELD b armor Lfe;
FIELD c offHand Lfe;
2016-08-24 15:26:03 -04:00
FIELD d selectedSlot I
2019-02-13 12:35:08 -05:00
FIELD e player Lary;
FIELD g cursorStack Laxt;
2018-10-26 14:57:13 -04:00
FIELD h changeCount I
2019-02-13 12:35:08 -05:00
METHOD a clone (Larx;)V
METHOD a populateRecipeFinder (Lasa;)V
METHOD a addPickBlock (Laxt;)V
METHOD a canStackAddMore (Laxt;Laxt;)Z
2018-11-04 07:22:38 -05:00
ARG 1 existingStack
2019-02-13 12:35:08 -05:00
METHOD a getBlockBreakingSpeed (Lbqz;)F
METHOD a serialize (Lib;)Lib;
METHOD b getSlotWithStack (Laxt;)I
METHOD b areItemsEqual (Laxt;Laxt;)Z
2018-11-04 07:22:38 -05:00
ARG 1 stack1
2019-02-13 12:35:08 -05:00
METHOD b isUsingEffectiveTool (Lbqz;)Z
METHOD b deserialize (Lib;)V
2019-01-09 12:20:38 -05:00
METHOD c swapSlotWithHotbar (I)V
2019-02-13 12:35:08 -05:00
METHOD c insertStack (ILaxt;)Z
2018-11-04 07:22:38 -05:00
ARG 1 slot
2019-01-09 12:20:38 -05:00
METHOD d isValidHotbarIndex (I)Z
2017-05-13 02:02:51 -04:00
ARG 0 slot
2019-02-13 12:35:08 -05:00
METHOD d getOccupiedSlotWithRoomForStack (Laxt;)I
METHOD e getArmorStack (I)Laxt;
METHOD e insertStack (Laxt;)Z
METHOD f getMainHandStack ()Laxt;
METHOD f removeOne (Laxt;)V
2019-01-09 12:20:38 -05:00
METHOD g getHotbarSize ()I
2019-02-13 12:35:08 -05:00
METHOD g setCursorStack (Laxt;)V
2019-01-09 12:20:38 -05:00
METHOD h getEmptySlot ()I
2019-02-13 12:35:08 -05:00
METHOD h containsStack (Laxt;)Z
2019-01-09 12:20:38 -05:00
METHOD i getSwappableHotbarSlot ()I
2019-02-13 12:35:08 -05:00
METHOD i addStack (Laxt;)I
2019-01-09 12:20:38 -05:00
METHOD j updateItems ()V
METHOD k dropAll ()V
METHOD l getChangeCount ()I
2019-02-13 12:35:08 -05:00
METHOD m getCursorStack ()Laxt;