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

19 lines
472 B
Plaintext
Raw Normal View History

2018-12-12 12:12:26 -05:00
CLASS hq net/minecraft/nbt/ByteTag
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 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
2018-12-12 12:12:26 -05:00
METHOD b copy ()Lij;
METHOD c copy ()Lhq;
2017-04-05 14:11:28 -04:00
METHOD d getLong ()J
METHOD e getInt ()I
METHOD f getShort ()S
METHOD g getByte ()B
METHOD h getDouble ()D
METHOD i getFloat ()F
2018-10-25 03:24:04 -04:00
METHOD j getNumber ()Ljava/lang/Number;