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

41 lines
1.2 KiB
Plaintext
Raw Normal View History

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