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

5 lines
145 B
Plaintext
Raw Normal View History

2017-06-08 10:01:49 -04:00
CLASS wa net/minecraft/entity/attribute/IAttribute
2016-09-13 06:41:42 -04:00
METHOD a getId ()Ljava/lang/String;
2016-09-27 10:56:35 -04:00
METHOD b getDefaultValue ()D
2017-06-08 10:01:49 -04:00
METHOD d getParent ()Lwa;