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

21 lines
514 B
Plaintext
Raw Normal View History

2018-12-12 12:12:26 -05:00
CLASS hp net/minecraft/nbt/ByteArrayTag
FIELD f value [B
2017-04-05 14:11:28 -04:00
METHOD a getType ()B
2018-12-12 12:12:26 -05:00
METHOD a getRaw (I)Lhq;
METHOD a setRaw (ILij;)V
2018-11-04 07:22:38 -05:00
ARG 1 index
2018-12-12 12:12:26 -05:00
METHOD a read (Ljava/io/DataInput;ILib;)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
2018-12-12 12:12:26 -05:00
METHOD a toTextComponent (Ljava/lang/String;I)Ljd;
2018-11-04 07:22:38 -05:00
ARG 1 indent
METHOD a toArray (Ljava/util/List;)[B
ARG 0 list
2018-12-12 12:12:26 -05:00
METHOD b copy ()Lij;
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
METHOD c getByteArray ()[B
2018-12-12 12:12:26 -05:00
METHOD c getRaw (I)Lij;