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

41 lines
1.2 KiB
Plaintext

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