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

42 lines
1.2 KiB
Plaintext

CLASS avl net/minecraft/entity/player/PlayerInventory
FIELD a main Lfj;
FIELD b armor Lfj;
FIELD c offHand Lfj;
FIELD d selectedSlot I
FIELD e player Lavm;
FIELD f combinedInventory Ljava/util/List;
FIELD g cursorStack Lbbp;
FIELD h changeCount I
METHOD a clone (Lavl;)V
METHOD a populateRecipeFinder (Lavo;)V
METHOD a addPickBlock (Lbbp;)V
METHOD a canStackAddMore (Lbbp;Lbbp;)Z
ARG 1 existingStack
METHOD a getBlockBreakingSpeed (Lbuw;)F
METHOD a serialize (Lii;)Lii;
METHOD b getSlotWithStack (Lbbp;)I
METHOD b areItemsEqual (Lbbp;Lbbp;)Z
ARG 1 stack1
METHOD b isUsingEffectiveTool (Lbuw;)Z
METHOD b deserialize (Lii;)V
METHOD c swapSlotWithHotbar (I)V
METHOD c insertStack (ILbbp;)Z
ARG 1 slot
METHOD d isValidHotbarIndex (I)Z
ARG 0 slot
METHOD d getOccupiedSlotWithRoomForStack (Lbbp;)I
METHOD e getArmorStack (I)Lbbp;
METHOD e insertStack (Lbbp;)Z
METHOD f getMainHandStack ()Lbbp;
METHOD f removeOne (Lbbp;)V
METHOD g getHotbarSize ()I
METHOD g setCursorStack (Lbbp;)V
METHOD h getEmptySlot ()I
METHOD h containsStack (Lbbp;)Z
METHOD i getSwappableHotbarSlot ()I
METHOD i addStack (Lbbp;)I
METHOD j updateItems ()V
METHOD k dropAll ()V
METHOD l getChangeCount ()I
METHOD m getCursorStack ()Lbbp;