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

13 lines
324 B
Plaintext
Raw Normal View History

2018-11-07 11:37:58 -05:00
CLASS awi net/minecraft/item/ToolMaterial
FIELD a WOOD Lawi;
FIELD b STONE Lawi;
FIELD c IRON Lawi;
FIELD d GOLD Lawi;
FIELD e DIAMOND Lawi;
2018-11-04 10:45:24 -05:00
METHOD a getMaxDamage ()I
METHOD b getEfficiency ()F
METHOD c getDamage ()F
METHOD d getMiningLevel ()I
METHOD e getEnchantability ()I
2018-11-07 11:37:58 -05:00
METHOD f getRepairIngredient ()Laxd;