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

41 lines
1.2 KiB
Plaintext
Raw Normal View History

2019-02-06 15:22:24 -05:00
CLASS arr 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
2019-02-06 15:22:24 -05:00
FIELD e player Lars;
FIELD g cursorStack Laxm;
2018-10-26 14:57:13 -04:00
FIELD h changeCount I
2019-02-06 15:22:24 -05:00
METHOD a clone (Larr;)V
METHOD a populateRecipeFinder (Laru;)V
METHOD a addPickBlock (Laxm;)V
METHOD a canStackAddMore (Laxm;Laxm;)Z
2018-11-04 07:22:38 -05:00
ARG 1 existingStack
2019-02-06 15:22:24 -05:00
METHOD a getBlockBreakingSpeed (Lbqs;)F
2019-01-24 11:47:45 -05:00
METHOD a serialize (Lhx;)Lhx;
2019-02-06 15:22:24 -05:00
METHOD b getSlotWithStack (Laxm;)I
METHOD b areItemsEqual (Laxm;Laxm;)Z
2018-11-04 07:22:38 -05:00
ARG 1 stack1
2019-02-06 15:22:24 -05:00
METHOD b isUsingEffectiveTool (Lbqs;)Z
2019-01-24 11:47:45 -05:00
METHOD b deserialize (Lhx;)V
2019-01-09 12:20:38 -05:00
METHOD c swapSlotWithHotbar (I)V
2019-02-06 15:22:24 -05:00
METHOD c insertStack (ILaxm;)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-06 15:22:24 -05:00
METHOD d getOccupiedSlotWithRoomForStack (Laxm;)I
METHOD e getArmorStack (I)Laxm;
METHOD e insertStack (Laxm;)Z
METHOD f getMainHandStack ()Laxm;
METHOD f removeOne (Laxm;)V
2019-01-09 12:20:38 -05:00
METHOD g getHotbarSize ()I
2019-02-06 15:22:24 -05:00
METHOD g setCursorStack (Laxm;)V
2019-01-09 12:20:38 -05:00
METHOD h getEmptySlot ()I
2019-02-06 15:22:24 -05:00
METHOD h containsStack (Laxm;)Z
2019-01-09 12:20:38 -05:00
METHOD i getSwappableHotbarSlot ()I
2019-02-06 15:22:24 -05:00
METHOD i addStack (Laxm;)I
2019-01-09 12:20:38 -05:00
METHOD j updateItems ()V
METHOD k dropAll ()V
METHOD l getChangeCount ()I
2019-02-06 15:22:24 -05:00
METHOD m getCursorStack ()Laxm;