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

59 lines
1.7 KiB
Plaintext
Raw Normal View History

2017-04-05 07:31:24 -04:00
CLASS act net/minecraft/entity/player/InventoryPlayer
FIELD a main Lem;
FIELD b armor Lem;
FIELD c offHand Lem;
2016-08-24 15:26:03 -04:00
FIELD d selectedSlot I
2017-04-05 07:31:24 -04:00
FIELD e player Lacu;
2016-08-27 10:34:11 -04:00
FIELD f dirty Z
FIELD g allStacks Ljava/util/List;
2017-04-05 07:31:24 -04:00
FIELD h cursorStack Lahf;
2017-04-05 14:11:28 -04:00
METHOD a getInvStack (I)Lahf;
METHOD a takeInvStack (II)Lahf;
METHOD a setInvStack (ILahf;)V
METHOD a clone (Lact;)V
2017-04-05 14:11:28 -04:00
METHOD a canPlayerUseInv (Lacu;)Z
METHOD a clear (Lahd;IILfc;)I
METHOD a addPickBlock (Lahf;)V
METHOD a canStackAddMore (Lahf;Lahf;)Z
METHOD a getBlockBreakingSpeed (Lave;)F
METHOD a serialize (Lfi;)Lfi;
2017-04-05 14:11:28 -04:00
METHOD b setInvProperty (II)V
METHOD b isValidInvStack (ILahf;)Z
METHOD b onInvOpen (Lacu;)V
METHOD b getSlotWithStack (Lahf;)I
METHOD b areItemsEqual (Lahf;Lahf;)Z
METHOD b isUsingEffectiveTool (Lave;)Z
METHOD b deserialize (Lfi;)V
2017-04-05 14:11:28 -04:00
METHOD c getInvProperty (I)I
METHOD c insertStack (ILahf;)Z
2017-05-12 13:27:13 -04:00
ARG 0 slot
ARG 1 stack
2017-04-05 14:11:28 -04:00
METHOD c onInvClose (Lacu;)V
METHOD c getOccupiedSlotWithRoomForStack (Lahf;)I
2017-04-05 14:11:28 -04:00
METHOD c_ removeInvStack (I)Lahf;
METHOD d swapSlotWithHotbar (I)V
2017-05-12 13:27:13 -04:00
METHOD d insertStack (Lahf;)Z
ARG 0 stack
METHOD e isValidHotbarIndex (I)Z
METHOD e removeOne (Lahf;)V
METHOD f scrollSelectedSlot (I)V
METHOD f setCursorStack (Lahf;)V
METHOD g getArmorStack (I)Lahf;
2017-04-05 14:11:28 -04:00
METHOD h getInvPropertyCount ()I
METHOD h_ getName ()Ljava/lang/String;
METHOD i getMainHandStack ()Lahf;
2017-04-05 14:11:28 -04:00
METHOD i_ getNameAsComponent ()Lgk;
METHOD j getHotbarSize ()I
METHOD j addStack (Lahf;)I
METHOD k getEmptySlot ()I
METHOD l getSwappableHotbarSlot ()I
2017-04-05 14:11:28 -04:00
METHOD m clearInv ()V
METHOD n updateItems ()V
2017-04-05 14:11:28 -04:00
METHOD n_ hasCustomName ()Z
METHOD o dropAll ()V
METHOD p getCursorStack ()Lahf;
2017-04-05 14:11:28 -04:00
METHOD w_ getInvSize ()I
METHOD x_ isInvEmpty ()Z
METHOD y_ markDirty ()V
METHOD z_ getInvMaxStackAmount ()I