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

14 lines
338 B
Plaintext
Raw Normal View History

2017-04-05 07:31:24 -04:00
CLASS fd net/minecraft/nbt/TagDouble
2016-08-12 14:24:17 -04:00
FIELD b value D
2017-04-05 14:11:28 -04:00
METHOD a getType ()B
METHOD a read (Ljava/io/DataInput;ILfk;)V
METHOD a write (Ljava/io/DataOutput;)V
METHOD b copy ()Lfq;
2017-04-05 07:31:24 -04:00
METHOD c copy ()Lfd;
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