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

13 lines
295 B
Plaintext
Raw Normal View History

2019-01-16 13:24:40 -05:00
CLASS yc net/minecraft/stat/StatHandler
FIELD a statMap Lit/unimi/dsi/fastutil/objects/Object2IntMap;
2019-01-30 12:48:39 -05:00
METHOD a setStat (Laro;Lxy;I)V
ARG 1 player
ARG 2 stat
ARG 3 value
2019-01-16 13:24:40 -05:00
METHOD a getStat (Lxy;)I
ARG 1 stat
2019-01-30 12:48:39 -05:00
METHOD b increaseStat (Laro;Lxy;I)V
ARG 1 player
ARG 2 stat
ARG 3 value