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

16 lines
421 B
Plaintext
Raw Normal View History

2018-11-15 12:05:03 -05:00
CLASS atb net/minecraft/item/ArmorMaterial
FIELD a LEATHER Latb;
FIELD b CHAINMAIL Latb;
FIELD c IRON Latb;
FIELD d GOLD Latb;
FIELD e DIAMOND Latb;
FIELD f TURTLE Latb;
FIELD h name Ljava/lang/String;
FIELD j protectionAmounts [I
2018-11-15 12:05:03 -05:00
FIELD l equipSound Lxb;
FIELD m toughness F
2018-11-15 12:05:03 -05:00
METHOD b getEquipSound ()Lxb;
METHOD b getProtectionAmount (Lagh;)I
METHOD d getName ()Ljava/lang/String;
METHOD e getToughness ()F