yarn/mappings/net/minecraft/entity/attribute/Attribute.mapping

8 lines
220 B
Plaintext
Raw Normal View History

2017-04-05 07:31:24 -04:00
CLASS va net/minecraft/entity/attribute/Attribute
FIELD a parent Lux;
2016-09-13 06:41:42 -04:00
FIELD b id Ljava/lang/String;
2016-09-27 10:56:35 -04:00
FIELD c defaultValue D
2017-04-05 14:11:28 -04:00
METHOD a getId ()Ljava/lang/String;
METHOD b getDefaultValue ()D
METHOD d getParent ()Lux;