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

52 lines
1.5 KiB
Plaintext
Raw Normal View History

2018-12-12 12:12:26 -05:00
CLASS ara net/minecraft/entity/player/PlayerInventory
2018-11-27 13:50:51 -05:00
FIELD a main Lfh;
FIELD b armor Lfh;
FIELD c offHand Lfh;
2016-08-24 15:26:03 -04:00
FIELD d selectedSlot I
2018-12-12 12:12:26 -05:00
FIELD e player Larb;
FIELD g cursorStack Lawo;
2018-10-26 14:57:13 -04:00
FIELD h changeCount I
2018-12-12 12:12:26 -05:00
METHOD R_ getName ()Ljd;
METHOD U_ clearInv ()V
METHOD Z_ getInvSize ()I
METHOD a getInvStack (I)Lawo;
METHOD a takeInvStack (II)Lawo;
2018-11-04 07:22:38 -05:00
ARG 1 slot
2018-12-12 12:12:26 -05:00
METHOD a setInvStack (ILawo;)V
2018-11-04 07:22:38 -05:00
ARG 1 slot
2018-12-12 12:12:26 -05:00
METHOD a clone (Lara;)V
METHOD a canPlayerUseInv (Larb;)Z
METHOD a populateRecipeFinder (Lard;)V
2018-12-12 12:12:26 -05:00
METHOD a addPickBlock (Lawo;)V
METHOD a canStackAddMore (Lawo;Lawo;)Z
2018-11-04 07:22:38 -05:00
ARG 1 existingStack
2018-12-12 12:12:26 -05:00
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
2018-11-04 07:22:38 -05:00
ARG 1 stack1
2018-12-12 12:12:26 -05:00
METHOD b isUsingEffectiveTool (Lbpm;)Z
METHOD b deserialize (Lhy;)V
2018-12-05 09:11:37 -05:00
METHOD c isInvEmpty ()Z
2018-12-12 12:12:26 -05:00
METHOD c insertStack (ILawo;)Z
2018-11-04 07:22:38 -05:00
ARG 1 slot
METHOD d swapSlotWithHotbar (I)V
2018-12-12 12:12:26 -05:00
METHOD d getOccupiedSlotWithRoomForStack (Lawo;)I
METHOD e isValidHotbarIndex (I)Z
2017-05-13 02:02:51 -04:00
ARG 0 slot
2018-12-12 12:12:26 -05:00
METHOD e insertStack (Lawo;)Z
METHOD f getArmorStack (I)Lawo;
METHOD f removeOne (Lawo;)V
METHOD g setCursorStack (Lawo;)V
2018-12-05 09:11:37 -05:00
METHOD h markDirty ()V
2018-12-12 12:12:26 -05:00
METHOD i addStack (Lawo;)I
METHOD j getMainHandStack ()Lawo;
2018-12-05 09:11:37 -05:00
METHOD k getHotbarSize ()I
METHOD l getEmptySlot ()I
METHOD m getSwappableHotbarSlot ()I
METHOD p updateItems ()V
METHOD q dropAll ()V
2018-10-26 14:57:13 -04:00
METHOD r getChangeCount ()I
2018-12-12 12:12:26 -05:00
METHOD s getCursorStack ()Lawo;