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

13 lines
324 B
Plaintext
Raw Normal View History

2018-11-29 15:10:38 -05:00
CLASS axa net/minecraft/item/ToolMaterial
FIELD a WOOD Laxa;
FIELD b STONE Laxa;
FIELD c IRON Laxa;
FIELD d GOLD Laxa;
FIELD e DIAMOND Laxa;
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-29 15:10:38 -05:00
METHOD f getRepairIngredient ()Laxv;