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

24 lines
586 B
Plaintext
Raw Normal View History

2018-12-05 09:11:37 -05:00
CLASS hx net/minecraft/nbt/LongArrayTag
2018-10-25 03:24:04 -04:00
FIELD f value [J
2017-06-08 10:09:29 -04:00
METHOD a getType ()B
2018-12-05 09:11:37 -05:00
METHOD a getRaw (I)Lhy;
METHOD a setRaw (ILih;)V
2018-11-04 07:22:38 -05:00
ARG 1 index
2018-12-05 09:11:37 -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-06-08 10:09:29 -04:00
METHOD a write (Ljava/io/DataOutput;)V
2018-12-05 09:11:37 -05:00
METHOD a toTextComponent (Ljava/lang/String;I)Ljb;
2018-11-04 07:22:38 -05:00
ARG 1 indent
METHOD a toArray (Ljava/util/List;)[J
ARG 0 list
2018-12-05 09:11:37 -05:00
METHOD b copy ()Lih;
2018-10-25 03:24:04 -04:00
METHOD b remove (I)V
2018-12-05 09:11:37 -05:00
METHOD b append (ILih;)V
2018-11-04 07:22:38 -05:00
ARG 1 index
2018-12-05 09:11:37 -05:00
METHOD c copy ()Lhx;
METHOD c getRaw (I)Lih;
METHOD equals (Ljava/lang/Object;)Z
ARG 0 object
METHOD f getLongArray ()[J