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

40 lines
1.1 KiB
Plaintext

CLASS ari net/minecraft/entity/player/PlayerInventory
FIELD a main Lfh;
FIELD b armor Lfh;
FIELD c offHand Lfh;
FIELD d selectedSlot I
FIELD e player Larj;
FIELD g cursorStack Laxd;
FIELD h changeCount I
METHOD a clone (Lari;)V
METHOD a populateRecipeFinder (Larl;)V
METHOD a addPickBlock (Laxd;)V
METHOD a canStackAddMore (Laxd;Laxd;)Z
ARG 1 existingStack
METHOD a getBlockBreakingSpeed (Lbqk;)F
METHOD a serialize (Lhx;)Lhx;
METHOD b getSlotWithStack (Laxd;)I
METHOD b areItemsEqual (Laxd;Laxd;)Z
ARG 1 stack1
METHOD b isUsingEffectiveTool (Lbqk;)Z
METHOD b deserialize (Lhx;)V
METHOD c swapSlotWithHotbar (I)V
METHOD c insertStack (ILaxd;)Z
ARG 1 slot
METHOD d isValidHotbarIndex (I)Z
ARG 0 slot
METHOD d getOccupiedSlotWithRoomForStack (Laxd;)I
METHOD e getArmorStack (I)Laxd;
METHOD e insertStack (Laxd;)Z
METHOD f getMainHandStack ()Laxd;
METHOD f removeOne (Laxd;)V
METHOD g getHotbarSize ()I
METHOD g setCursorStack (Laxd;)V
METHOD h getEmptySlot ()I
METHOD i getSwappableHotbarSlot ()I
METHOD i addStack (Laxd;)I
METHOD j updateItems ()V
METHOD k dropAll ()V
METHOD l getChangeCount ()I
METHOD m getCursorStack ()Laxd;