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

8 lines
211 B
Plaintext
Raw Normal View History

2019-06-07 07:45:25 -04:00
CLASS ajk 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-06-07 07:45:25 -04:00
METHOD d getParent ()Lajk;