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

44 lines
1.3 KiB
Plaintext

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