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

16 lines
421 B
Plaintext
Raw Normal View History

2018-11-29 15:10:38 -05:00
CLASS ato net/minecraft/item/ArmorMaterial
FIELD a LEATHER Lato;
FIELD b CHAINMAIL Lato;
FIELD c IRON Lato;
FIELD d GOLD Lato;
FIELD e DIAMOND Lato;
FIELD f TURTLE Lato;
FIELD h name Ljava/lang/String;
FIELD j protectionAmounts [I
2018-11-29 15:10:38 -05:00
FIELD l equipSound Lxf;
FIELD m toughness F
2018-11-29 15:10:38 -05:00
METHOD b getEquipSound ()Lxf;
METHOD b getProtectionAmount (Lagn;)I
METHOD d getName ()Ljava/lang/String;
METHOD e getToughness ()F