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

23 lines
557 B
Plaintext
Raw Normal View History

2019-01-16 13:24:40 -05:00
CLASS hu net/minecraft/nbt/IntArrayTag
FIELD f value [I
2017-04-05 14:11:28 -04:00
METHOD a getType ()B
2019-01-16 13:24:40 -05:00
METHOD a getRaw (I)Lhv;
METHOD a setRaw (ILih;)Z
2018-11-04 07:22:38 -05:00
ARG 1 index
2019-01-16 13:24:40 -05:00
METHOD a read (Ljava/io/DataInput;ILhz;)V
2018-11-04 07:22:38 -05:00
ARG 1 input
ARG 2 depth
2017-04-05 14:11:28 -04:00
METHOD a write (Ljava/io/DataOutput;)V
2019-01-16 13:24:40 -05:00
METHOD a toTextComponent (Ljava/lang/String;I)Ljb;
2018-11-04 07:22:38 -05:00
ARG 1 indent
2018-10-25 03:24:04 -04:00
METHOD a toArray (Ljava/util/List;)[I
ARG 0 list
2019-01-16 13:24:40 -05:00
METHOD b copy ()Lih;
METHOD b append (ILih;)Z
2018-11-04 07:22:38 -05:00
ARG 1 index
2019-01-16 13:24:40 -05:00
METHOD c copy ()Lhu;
METHOD c getRaw (I)Lih;
2019-01-09 12:20:38 -05:00
METHOD equals (Ljava/lang/Object;)Z
ARG 1 o
METHOD f getIntArray ()[I