Package net.minecraft.nbt
Class NbtDouble
java.lang.Object
net.minecraft.nbt.NbtElement
net.minecraft.nbt.NbtDouble
- Mappings:
Namespace Name intermediary net/minecraft/class_419glue class_460server lxclient sznamed net/minecraft/nbt/NbtDouble
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.minecraft.nbt.NbtElement
createTypeFromId, getKey, getTypeNameFromId, readTag, setKey, writeTag
-
Field Details
-
value
public double value- Mappings:
Namespace Name Mixin selector intermediary field_1680Lnet/minecraft/class_419;field_1680:Dglue field_1845Lclass_460;field_1845:Dserver aLlx;a:Dclient aLsz;a:Dnamed valueLnet/minecraft/nbt/NbtDouble;value:D
-
-
Constructor Details
-
NbtDouble
public NbtDouble() -
NbtDouble
public NbtDouble(double double2)
-
-
Method Details
-
write
- Specified by:
writein classNbtElement- Mappings:
Namespace Name Mixin selector intermediary method_631Lnet/minecraft/class_187;method_631(Ljava/io/DataOutput;)Vglue method_904Lclass_211;method_904(Ljava/io/DataOutput;)Vserver aLfo;a(Ljava/io/DataOutput;)Vclient aLij;a(Ljava/io/DataOutput;)Vnamed writeLnet/minecraft/nbt/NbtElement;write(Ljava/io/DataOutput;)V
-
read
- Specified by:
readin classNbtElement- Mappings:
Namespace Name Mixin selector intermediary method_630Lnet/minecraft/class_187;method_630(Ljava/io/DataInput;)Vglue method_903Lclass_211;method_903(Ljava/io/DataInput;)Vserver aLfo;a(Ljava/io/DataInput;)Vclient aLij;a(Ljava/io/DataInput;)Vnamed readLnet/minecraft/nbt/NbtElement;read(Ljava/io/DataInput;)V
-
getType
public byte getType()- Specified by:
getTypein classNbtElement- Mappings:
Namespace Name Mixin selector intermediary method_629Lnet/minecraft/class_187;method_629()Bglue method_902Lclass_211;method_902()Bserver aLfo;a()Bclient aLij;a()Bnamed getTypeLnet/minecraft/nbt/NbtElement;getType()B
-
toString
-