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

40 lines
1.1 KiB
Plaintext
Raw Normal View History

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