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

14 lines
360 B
Plaintext
Raw Normal View History

2016-10-18 11:31:59 -04:00
CLASS te net/minecraft/entity/attribute/Attribute
FIELD a parent Ltb;
2016-09-13 06:41:42 -04:00
FIELD b id Ljava/lang/String;
2016-09-27 10:56:35 -04:00
FIELD c defaultValue D
2016-10-18 11:31:59 -04:00
METHOD <init> (Ltb;Ljava/lang/String;D)V
2016-09-27 10:56:35 -04:00
ARG 0 parent
2016-09-13 06:41:42 -04:00
ARG 1 id
2016-09-27 10:56:35 -04:00
ARG 2 defaultValue
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
2016-10-18 11:31:59 -04:00
METHOD d getParent ()Ltb;
2016-09-13 06:41:42 -04:00
METHOD equals (Ljava/lang/Object;)Z
ARG 0 other