yarn/mappings/net/minecraft/stat/StatManager.mapping

13 lines
252 B
Plaintext
Raw Normal View History

2017-04-05 07:31:24 -04:00
CLASS pq net/minecraft/stat/StatManager
2016-10-15 07:59:08 -04:00
FIELD a stats Ljava/util/Map;
2017-04-05 07:31:24 -04:00
METHOD a set (Lacu;Lpl;I)V
2017-05-13 02:02:51 -04:00
ARG 0 player
ARG 1 stat
ARG 2 value
2017-04-05 07:31:24 -04:00
METHOD a get (Lpl;)I
2017-05-13 02:02:51 -04:00
ARG 0 stat
2017-04-05 07:31:24 -04:00
METHOD b increase (Lacu;Lpl;I)V
2017-05-13 02:02:51 -04:00
ARG 0 player
ARG 1 stat
ARG 2 amount