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

18 lines
432 B
Plaintext
Raw Normal View History

2019-02-06 15:22:24 -05:00
CLASS avh net/minecraft/item/ArmorItem
2018-11-27 13:50:51 -05:00
FIELD a DISPENSER_BEHAVIOR Lfa;
2019-02-06 15:22:24 -05:00
FIELD b slot Lahn;
FIELD c protection I
FIELD d toughness F
2019-02-06 15:22:24 -05:00
FIELD e type Lavi;
FIELD k MODIFIERS [Ljava/util/UUID;
2019-02-06 15:22:24 -05:00
METHOD <init> (Lavi;Lahn;Laxh$a;)V
ARG 1 material
ARG 2 slot
ARG 3 settings
2019-02-06 15:22:24 -05:00
METHOD a dispenseArmor (Leu;Laxm;)Laxm;
2017-05-13 02:02:51 -04:00
ARG 0 block
ARG 1 armor
2019-02-06 15:22:24 -05:00
METHOD b getSlotType ()Lahn;
METHOD d getMaterial ()Lavi;
METHOD e getProtection ()I