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

61 lines
1.7 KiB
Plaintext

CLASS aqf net/minecraft/entity/player/PlayerInventory
FIELD a main Lfh;
FIELD b armor Lfh;
FIELD c offHand Lfh;
FIELD d selectedSlot I
FIELD e player Laqg;
FIELD g cursorStack Lavo;
FIELD h changeCount I
METHOD R_ getName ()Lja;
METHOD S_ hasCustomName ()Z
METHOD T_ isInvEmpty ()Z
METHOD X_ getInvSize ()I
METHOD a getInvStack (I)Lavo;
METHOD a takeInvStack (II)Lavo;
ARG 1 slot
METHOD a setInvStack (ILavo;)V
ARG 1 slot
METHOD a clone (Laqf;)V
METHOD a canPlayerUseInv (Laqg;)Z
METHOD a addPickBlock (Lavo;)V
METHOD a canStackAddMore (Lavo;Lavo;)Z
ARG 1 existingStack
METHOD a getBlockBreakingSpeed (Lboh;)F
METHOD a serialize (Lhv;)Lhv;
METHOD b removeInvStack (I)Lavo;
METHOD b setInvProperty (II)V
ARG 1 pos
METHOD b isValidInvStack (ILavo;)Z
ARG 1 slot
METHOD b onInvOpen (Laqg;)V
METHOD b getSlotWithStack (Lavo;)I
METHOD b areItemsEqual (Lavo;Lavo;)Z
ARG 1 stack1
METHOD b isUsingEffectiveTool (Lboh;)Z
METHOD b deserialize (Lhv;)V
METHOD c getInvProperty (I)I
METHOD c insertStack (ILavo;)Z
ARG 1 slot
METHOD c onInvClose (Laqg;)V
METHOD d swapSlotWithHotbar (I)V
METHOD d getOccupiedSlotWithRoomForStack (Lavo;)I
METHOD e isValidHotbarIndex (I)Z
ARG 0 slot
METHOD e insertStack (Lavo;)Z
METHOD f getInvMaxStackAmount ()I
METHOD f getArmorStack (I)Lavo;
METHOD f removeOne (Lavo;)V
METHOD g markDirty ()V
METHOD g setCursorStack (Lavo;)V
METHOD h getInvPropertyCount ()I
METHOD i getMainHandStack ()Lavo;
METHOD i addStack (Lavo;)I
METHOD j getHotbarSize ()I
METHOD k getEmptySlot ()I
METHOD l getSwappableHotbarSlot ()I
METHOD m clearInv ()V
METHOD p updateItems ()V
METHOD q dropAll ()V
METHOD r getChangeCount ()I
METHOD s getCursorStack ()Lavo;