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

52 lines
1.5 KiB
Plaintext

CLASS ara net/minecraft/entity/player/PlayerInventory
FIELD a main Lfh;
FIELD b armor Lfh;
FIELD c offHand Lfh;
FIELD d selectedSlot I
FIELD e player Larb;
FIELD g cursorStack Lawo;
FIELD h changeCount I
METHOD R_ getName ()Ljd;
METHOD U_ clearInv ()V
METHOD Z_ getInvSize ()I
METHOD a getInvStack (I)Lawo;
METHOD a takeInvStack (II)Lawo;
ARG 1 slot
METHOD a setInvStack (ILawo;)V
ARG 1 slot
METHOD a clone (Lara;)V
METHOD a canPlayerUseInv (Larb;)Z
METHOD a populateRecipeFinder (Lard;)V
METHOD a addPickBlock (Lawo;)V
METHOD a canStackAddMore (Lawo;Lawo;)Z
ARG 1 existingStack
METHOD a getBlockBreakingSpeed (Lbpm;)F
METHOD a serialize (Lhy;)Lhy;
METHOD b removeInvStack (I)Lawo;
METHOD b getSlotWithStack (Lawo;)I
METHOD b areItemsEqual (Lawo;Lawo;)Z
ARG 1 stack1
METHOD b isUsingEffectiveTool (Lbpm;)Z
METHOD b deserialize (Lhy;)V
METHOD c isInvEmpty ()Z
METHOD c insertStack (ILawo;)Z
ARG 1 slot
METHOD d swapSlotWithHotbar (I)V
METHOD d getOccupiedSlotWithRoomForStack (Lawo;)I
METHOD e isValidHotbarIndex (I)Z
ARG 0 slot
METHOD e insertStack (Lawo;)Z
METHOD f getArmorStack (I)Lawo;
METHOD f removeOne (Lawo;)V
METHOD g setCursorStack (Lawo;)V
METHOD h markDirty ()V
METHOD i addStack (Lawo;)I
METHOD j getMainHandStack ()Lawo;
METHOD k getHotbarSize ()I
METHOD l getEmptySlot ()I
METHOD m getSwappableHotbarSlot ()I
METHOD p updateItems ()V
METHOD q dropAll ()V
METHOD r getChangeCount ()I
METHOD s getCursorStack ()Lawo;