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

56 lines
1.5 KiB
Plaintext
Raw Normal View History

2019-01-16 13:24:40 -05:00
CLASS ari 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
2019-01-16 13:24:40 -05:00
FIELD e player Larj;
FIELD g cursorStack Laxc;
2018-10-26 14:57:13 -04:00
FIELD h changeCount I
2019-01-16 13:24:40 -05:00
METHOD P getName ()Ljb;
2019-01-17 18:35:46 -05:00
METHOD U_ clearInv ()V
METHOD V_ getInvSize ()I
2019-01-16 13:24:40 -05:00
METHOD a getInvStack (I)Laxc;
ARG 1 slot
2019-01-16 13:24:40 -05:00
METHOD a takeInvStack (II)Laxc;
2018-11-04 07:22:38 -05:00
ARG 1 slot
2019-01-16 13:24:40 -05:00
METHOD a setInvStack (ILaxc;)V
2018-11-04 07:22:38 -05:00
ARG 1 slot
ARG 2 itemStack
2019-01-16 13:24:40 -05:00
METHOD a clone (Lari;)V
METHOD a canPlayerUseInv (Larj;)Z
ARG 1 playerEntity
2019-01-16 13:24:40 -05:00
METHOD a populateRecipeFinder (Larl;)V
METHOD a addPickBlock (Laxc;)V
METHOD a canStackAddMore (Laxc;Laxc;)Z
2018-11-04 07:22:38 -05:00
ARG 1 existingStack
2019-01-16 13:24:40 -05:00
METHOD a getBlockBreakingSpeed (Lbqi;)F
METHOD a serialize (Lhw;)Lhw;
METHOD b removeInvStack (I)Laxc;
ARG 1 slot
2019-01-16 13:24:40 -05:00
METHOD b getSlotWithStack (Laxc;)I
METHOD b areItemsEqual (Laxc;Laxc;)Z
2018-11-04 07:22:38 -05:00
ARG 1 stack1
2019-01-16 13:24:40 -05:00
METHOD b isUsingEffectiveTool (Lbqi;)Z
METHOD b deserialize (Lhw;)V
2018-12-05 09:11:37 -05:00
METHOD c isInvEmpty ()Z
2019-01-09 12:20:38 -05:00
METHOD c swapSlotWithHotbar (I)V
2019-01-16 13:24:40 -05:00
METHOD c insertStack (ILaxc;)Z
2018-11-04 07:22:38 -05:00
ARG 1 slot
2019-01-09 12:20:38 -05:00
METHOD d isValidHotbarIndex (I)Z
2017-05-13 02:02:51 -04:00
ARG 0 slot
2019-01-16 13:24:40 -05:00
METHOD d getOccupiedSlotWithRoomForStack (Laxc;)I
2019-01-09 12:20:38 -05:00
METHOD e markDirty ()V
2019-01-16 13:24:40 -05:00
METHOD e getArmorStack (I)Laxc;
METHOD e insertStack (Laxc;)Z
METHOD f getMainHandStack ()Laxc;
METHOD f removeOne (Laxc;)V
2019-01-09 12:20:38 -05:00
METHOD g getHotbarSize ()I
2019-01-16 13:24:40 -05:00
METHOD g setCursorStack (Laxc;)V
2019-01-09 12:20:38 -05:00
METHOD h getEmptySlot ()I
METHOD i getSwappableHotbarSlot ()I
2019-01-16 13:24:40 -05:00
METHOD i addStack (Laxc;)I
2019-01-09 12:20:38 -05:00
METHOD j updateItems ()V
METHOD k dropAll ()V
METHOD l getChangeCount ()I
2019-01-16 13:24:40 -05:00
METHOD m getCursorStack ()Laxc;