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

8 lines
211 B
Plaintext
Raw Normal View History

2019-03-14 08:57:09 -04:00
CLASS aiv net/minecraft/entity/attribute/EntityAttribute
2018-11-03 03:44:17 -04:00
METHOD a getId ()Ljava/lang/String;
METHOD a clamp (D)D
ARG 1 value
2018-11-03 03:44:17 -04:00
METHOD b getDefaultValue ()D
METHOD c isTracked ()Z
2019-03-14 08:57:09 -04:00
METHOD d getParent ()Laiv;