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

13 lines
421 B
Plaintext
Raw Normal View History

2016-09-13 06:41:42 -04:00
CLASS none/te net/minecraft/entity/attribute/AttributeContainerBase
FIELD a instancesByKey Ljava/util/Map;
FIELD b instancesById Ljava/util/Map;
METHOD a values ()Ljava/util/Collection;
METHOD a get (Ljava/lang/String;)Lnone/tb;
ARG 0 name
METHOD a get (Lnone/ta;)Lnone/tb;
ARG 0 attribute
METHOD b register (Lnone/ta;)Lnone/tb;
ARG 0 attribute
METHOD c createInstance (Lnone/ta;)Lnone/tb;
ARG 0 attribute