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

5 lines
147 B
Plaintext
Raw Normal View History

2018-10-31 12:57:21 -04:00
CLASS agq 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
2018-10-31 12:57:21 -04:00
METHOD d getParent ()Lagq;