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

8 lines
211 B
Plaintext
Raw Normal View History

2019-03-27 14:35:10 -04:00
CLASS aiy 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-27 14:35:10 -04:00
METHOD d getParent ()Laiy;