net.minecraft.nbt

public record DoubleTag

implements NumericTag

ub
net.minecraft.nbt.DoubleTag
net.minecraft.class_2489
net.minecraft.nbt.NbtDouble

Field summary

Modifier and TypeField
private final double
c
value
comp_3818
value
private static final int
v
SELF_SIZE_IN_BYTES
field_41720
SIZE
public static final DoubleTag
a
ZERO
field_21030
ZERO
public static final TagType<DoubleTag>
b
TYPE
field_21031
TYPE

Constructor summary

ModifierConstructor
public (double value)

Method summary

Modifier and TypeMethod
public static DoubleTag
a(double arg0)
valueOf(double arg0)
method_23241(double arg0)
of(double value)
public void
a(DataOutput arg0)
write(DataOutput arg0)
method_10713(DataOutput arg0)
write(DataOutput arg0)
public int
a()
sizeInBytes()
method_47988()
getSizeInBytes()
public byte
b()
getId()
method_10711()
getType()
public TagType<DoubleTag>
c()
getType()
method_23258()
getNbtType()
public DoubleTag
e()
copy()
method_10585()
copy()
public void
a(ve arg0)
accept(TagVisitor arg0)
method_32289(class_5627 arg0)
accept(NbtElementVisitor arg0)
public long
g()
longValue()
method_10699()
longValue()
public int
h()
intValue()
method_10701()
intValue()
public short
i()
shortValue()
method_10696()
shortValue()
public byte
j()
byteValue()
method_10698()
byteValue()
public double
k()
doubleValue()
method_10697()
doubleValue()
public float
l()
floatValue()
method_10700()
floatValue()
public Number
m()
box()
method_10702()
numberValue()
public StreamTagVisitor$ValueResult
a(ux arg0)
accept(StreamTagVisitor arg0)
method_39850(class_6836 arg0)
doAccept(NbtScanner arg0)
public double
n()
value()
comp_3818()
value()