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

13 lines
381 B
Plaintext
Raw Normal View History

2017-06-08 10:01:49 -04:00
CLASS we 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;
2017-06-08 10:01:49 -04:00
METHOD a get (Ljava/lang/String;)Lwb;
2017-05-13 02:02:51 -04:00
ARG 0 name
2017-06-08 10:01:49 -04:00
METHOD a get (Lwa;)Lwb;
2017-05-13 02:02:51 -04:00
ARG 0 attribute
2017-06-08 10:01:49 -04:00
METHOD b register (Lwa;)Lwb;
2017-05-13 02:02:51 -04:00
ARG 0 attribute
2017-06-08 10:01:49 -04:00
METHOD c createInstance (Lwa;)Lwb;
2017-05-13 02:02:51 -04:00
ARG 0 attribute