yarn/mappings/net/minecraft/nbt/AbstractListTag.mapping

11 lines
234 B
Plaintext
Raw Normal View History

2018-12-12 12:12:26 -05:00
CLASS hr net/minecraft/nbt/AbstractListTag
METHOD a setRaw (ILij;)V
2018-11-04 07:22:38 -05:00
ARG 1 index
2018-12-19 20:02:26 -05:00
METHOD b removeAt (I)V
2018-12-12 12:12:26 -05:00
METHOD b append (ILij;)V
2018-11-04 07:22:38 -05:00
ARG 1 index
2018-12-12 12:12:26 -05:00
METHOD c getRaw (I)Lij;
METHOD c set (ILij;)Lij;
2018-11-04 07:22:38 -05:00
ARG 1 index
2018-12-12 12:12:26 -05:00
METHOD d get (I)Lij;