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

13 lines
389 B
Plaintext
Raw Normal View History

2018-10-31 12:57:21 -04:00
CLASS agu 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;
2018-10-31 12:57:21 -04:00
METHOD a get (Lagq;)Lagr;
2017-05-13 02:02:51 -04:00
ARG 0 attribute
2018-10-31 12:57:21 -04:00
METHOD a get (Ljava/lang/String;)Lagr;
ARG 0 name
2018-10-31 12:57:21 -04:00
METHOD b register (Lagq;)Lagr;
2017-05-13 02:02:51 -04:00
ARG 0 attribute
2018-10-31 12:57:21 -04:00
METHOD c createInstance (Lagq;)Lagr;
2017-05-13 02:02:51 -04:00
ARG 0 attribute