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

13 lines
324 B
Plaintext

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;
METHOD a getMaxDamage ()I
METHOD b getEfficiency ()F
METHOD c getDamage ()F
METHOD d getMiningLevel ()I
METHOD e getEnchantability ()I
METHOD f getRepairIngredient ()Laxd;