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

13 lines
381 B
Plaintext
Raw Normal View History

2016-10-18 11:31:59 -04:00
CLASS tf net/minecraft/entity/attribute/AttributeContainerBase
2016-09-13 06:41:42 -04:00
FIELD a instancesByKey Ljava/util/Map;
FIELD b instancesById Ljava/util/Map;
METHOD a values ()Ljava/util/Collection;
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 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