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

13 lines
421 B
Plaintext
Raw Normal View History

2016-09-20 11:18:54 -04:00
CLASS none/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-09-20 11:18:54 -04:00
METHOD a get (Ljava/lang/String;)Lnone/tc;
2016-09-13 06:41:42 -04:00
ARG 0 name
2016-09-20 11:18:54 -04:00
METHOD a get (Lnone/tb;)Lnone/tc;
2016-09-13 06:41:42 -04:00
ARG 0 attribute
2016-09-20 11:18:54 -04:00
METHOD b register (Lnone/tb;)Lnone/tc;
2016-09-13 06:41:42 -04:00
ARG 0 attribute
2016-09-20 11:18:54 -04:00
METHOD c createInstance (Lnone/tb;)Lnone/tc;
2016-09-13 06:41:42 -04:00
ARG 0 attribute