yarn/mappings/net/minecraft/item/ItemArmor.mapping

26 lines
670 B
Plaintext
Raw Normal View History

2018-10-31 12:57:21 -04:00
CLASS asq net/minecraft/item/ItemArmor
CLASS asq$1
METHOD a doDispense (Ler;Lauv;)Lauv;
ARG 0 location
2017-06-08 10:09:29 -04:00
ARG 1 stack
FIELD a DISPENSER_BEHAVIOR Lex;
FIELD c protection I
FIELD d toughness F
2018-10-31 12:57:21 -04:00
FIELD e type Lasr;
FIELD k MODIFIERS [Ljava/util/UUID;
2018-10-31 12:57:21 -04:00
METHOD a getAttributeModifiers (Laga;)Lcom/google/common/collect/Multimap;
ARG 0 effectiveSlot
2018-10-31 12:57:21 -04:00
METHOD a canRepair (Lauv;Lauv;)Z
ARG 0 item
ARG 1 repairItem
2018-10-31 12:57:21 -04:00
METHOD a onRightClick (Lazt;Lapr;Laeo;)Laer;
ARG 0 world
ARG 1 player
ARG 2 hand
2018-10-31 12:57:21 -04:00
METHOD a dispenseArmor (Ler;Lauv;)Lauv;
2017-05-13 02:02:51 -04:00
ARG 0 block
ARG 1 stack
2018-10-31 12:57:21 -04:00
METHOD b getSlotType ()Laga;
2017-04-05 14:11:28 -04:00
METHOD c getEnchantability ()I
2018-10-31 12:57:21 -04:00
METHOD d getMaterial ()Lasr;