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

15 lines
392 B
Plaintext
Raw Normal View History

2016-10-18 11:31:59 -04:00
CLASS th net/minecraft/entity/attribute/AttributeContainer
2016-09-13 06:41:42 -04:00
FIELD d instancesByName Ljava/util/Map;
2016-10-18 11:31:59 -04:00
METHOD a get (Ljava/lang/String;)Ltc;
2016-09-13 06:41:42 -04:00
ARG 0 name
2016-10-18 11:31:59 -04:00
METHOD a get (Ltb;)Ltc;
2016-09-13 06:41:42 -04:00
ARG 0 attribute
2016-10-18 11:31:59 -04:00
METHOD b get (Ljava/lang/String;)Ltg;
2016-09-13 06:41:42 -04:00
ARG 0 name
2016-10-18 11:31:59 -04:00
METHOD b register (Ltb;)Ltc;
2016-09-13 06:41:42 -04:00
ARG 0 attribute
2016-10-18 11:31:59 -04:00
METHOD c createInstance (Ltb;)Ltc;
2016-09-13 06:41:42 -04:00
ARG 0 attribute
2016-10-18 11:31:59 -04:00
METHOD e get (Ltb;)Ltg;
2016-09-13 06:41:42 -04:00
ARG 0 attribute