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

41 lines
1.2 KiB
Plaintext
Raw Normal View History

2019-03-14 11:39:51 -04:00
CLASS aum net/minecraft/entity/player/PlayerInventory
2019-03-14 08:57:09 -04:00
FIELD a main Lfi;
FIELD b armor Lfi;
FIELD c offHand Lfi;
2016-08-24 15:26:03 -04:00
FIELD d selectedSlot I
2019-03-14 11:39:51 -04:00
FIELD e player Laun;
2019-03-14 08:57:09 -04:00
FIELD g cursorStack Lbar;
2018-10-26 14:57:13 -04:00
FIELD h changeCount I
2019-03-14 11:39:51 -04:00
METHOD a clone (Laum;)V
METHOD a populateRecipeFinder (Laup;)V
2019-03-14 08:57:09 -04:00
METHOD a addPickBlock (Lbar;)V
METHOD a canStackAddMore (Lbar;Lbar;)Z
2018-11-04 07:22:38 -05:00
ARG 1 existingStack
2019-03-14 11:39:51 -04:00
METHOD a getBlockBreakingSpeed (Lbtw;)F
2019-03-14 08:57:09 -04:00
METHOD a serialize (Lih;)Lih;
METHOD b getSlotWithStack (Lbar;)I
METHOD b areItemsEqual (Lbar;Lbar;)Z
2018-11-04 07:22:38 -05:00
ARG 1 stack1
2019-03-14 11:39:51 -04:00
METHOD b isUsingEffectiveTool (Lbtw;)Z
2019-03-14 08:57:09 -04:00
METHOD b deserialize (Lih;)V
2019-01-09 12:20:38 -05:00
METHOD c swapSlotWithHotbar (I)V
2019-03-14 08:57:09 -04:00
METHOD c insertStack (ILbar;)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-03-14 08:57:09 -04:00
METHOD d getOccupiedSlotWithRoomForStack (Lbar;)I
METHOD e getArmorStack (I)Lbar;
METHOD e insertStack (Lbar;)Z
METHOD f getMainHandStack ()Lbar;
METHOD f removeOne (Lbar;)V
2019-01-09 12:20:38 -05:00
METHOD g getHotbarSize ()I
2019-03-14 08:57:09 -04:00
METHOD g setCursorStack (Lbar;)V
2019-01-09 12:20:38 -05:00
METHOD h getEmptySlot ()I
2019-03-14 08:57:09 -04:00
METHOD h containsStack (Lbar;)Z
2019-01-09 12:20:38 -05:00
METHOD i getSwappableHotbarSlot ()I
2019-03-14 08:57:09 -04:00
METHOD i addStack (Lbar;)I
2019-01-09 12:20:38 -05:00
METHOD j updateItems ()V
METHOD k dropAll ()V
METHOD l getChangeCount ()I
2019-03-14 08:57:09 -04:00
METHOD m getCursorStack ()Lbar;