Package net.minecraft.nbt
Class NbtDouble
java.lang.Object
net.minecraft.nbt.AbstractNbtNumber
net.minecraft.nbt.NbtDouble
- All Implemented Interfaces:
NbtElement
Represents an NBT 64-bit floating-point number. Its type is 0x6.
Instances are immutable.
- Mappings:
Namespace Name intermediary net/minecraft/class_2489official qsnamed net/minecraft/nbt/NbtDouble
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final intprivate final doublestatic final NbtDoubleThe NBT double representing0.0.Fields inherited from interface net.minecraft.nbt.NbtElement
BYTE_ARRAY_TYPE, BYTE_TYPE, COMPOUND_TYPE, DOUBLE_TYPE, END_TYPE, field_33246, field_33247, field_33248, field_33249, FLOAT_TYPE, INT_ARRAY_TYPE, INT_TYPE, LIST_TYPE, LONG_ARRAY_TYPE, LONG_TYPE, MAX_DEPTH, NUMBER_TYPE, SHORT_TYPE, STRING_TYPE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(NbtElementVisitor visitor) byteGets the value as an 8-bit integer.copy()Returns an NBT element of equal value that won't change with this element.doAccept(NbtScanner visitor) doubleGets the value as a 64-bit floating-point number.booleanfloatGets the value as a 32-bit floating-point number.Returns the NBT type definition of this NBT element.intbytegetType()Returns the type of this NBT element.inthashCode()intintValue()Gets the value as a 32-bit integer.longGets the value as a 64-bit integer.Gets the value as a generic number.static NbtDoubleof(double value) Returns the NBT double fromvalue.shortGets the value as a 16-bit integer.voidwrite(DataOutput output) Writes the NBT element tooutput.Methods inherited from class net.minecraft.nbt.AbstractNbtNumber
toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.nbt.NbtElement
accept, asString
-
Field Details
-
SIZE
private static final int SIZE- See Also:
- Mappings:
Namespace Name Mixin selector intermediary field_41720Lnet/minecraft/class_2489;field_41720:Iofficial cLqs;c:Inamed SIZELnet/minecraft/nbt/NbtDouble;SIZE:I
-
ZERO
The NBT double representing0.0.- Mappings:
Namespace Name Mixin selector intermediary field_21030Lnet/minecraft/class_2489;field_21030:Lnet/minecraft/class_2489;official aLqs;a:Lqs;named ZEROLnet/minecraft/nbt/NbtDouble;ZERO:Lnet/minecraft/nbt/NbtDouble;
-
TYPE
- Mappings:
Namespace Name Mixin selector intermediary field_21031Lnet/minecraft/class_2489;field_21031:Lnet/minecraft/class_4614;official bLqs;b:Lrm;named TYPELnet/minecraft/nbt/NbtDouble;TYPE:Lnet/minecraft/nbt/NbtType;
-
value
private final double value- Mappings:
Namespace Name Mixin selector intermediary field_11520Lnet/minecraft/class_2489;field_11520:Dofficial wLqs;w:Dnamed valueLnet/minecraft/nbt/NbtDouble;value:D
-
-
Constructor Details
-
NbtDouble
private NbtDouble(double value) - Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_2489;<init>(D)Vofficial <init>Lqs;<init>(D)Vnamed <init>Lnet/minecraft/nbt/NbtDouble;<init>(D)V
-
-
Method Details
-
of
Returns the NBT double fromvalue.- Returns:
- the NBT double from
value - Mappings:
Namespace Name Mixin selector intermediary method_23241Lnet/minecraft/class_2489;method_23241(D)Lnet/minecraft/class_2489;official aLqs;a(D)Lqs;named ofLnet/minecraft/nbt/NbtDouble;of(D)Lnet/minecraft/nbt/NbtDouble;
-
write
Writes the NBT element tooutput.- Throws:
IOException- Mappings:
Namespace Name Mixin selector intermediary method_10713Lnet/minecraft/class_2520;method_10713(Ljava/io/DataOutput;)Vofficial aLrk;a(Ljava/io/DataOutput;)Vnamed writeLnet/minecraft/nbt/NbtElement;write(Ljava/io/DataOutput;)V
-
getSizeInBytes
public int getSizeInBytes()- Mappings:
Namespace Name Mixin selector intermediary method_47988Lnet/minecraft/class_2520;method_47988()Iofficial aLrk;a()Inamed getSizeInBytesLnet/minecraft/nbt/NbtElement;getSizeInBytes()I
-
getType
public byte getType()Returns the type of this NBT element.- Returns:
- the type of this NBT element
- Mappings:
Namespace Name Mixin selector intermediary method_10711Lnet/minecraft/class_2520;method_10711()Bofficial bLrk;b()Bnamed getTypeLnet/minecraft/nbt/NbtElement;getType()B
-
getNbtType
Returns the NBT type definition of this NBT element.- Returns:
- the NBT type definition of this NBT element
- Mappings:
Namespace Name Mixin selector intermediary method_23258Lnet/minecraft/class_2520;method_23258()Lnet/minecraft/class_4614;official cLrk;c()Lrm;named getNbtTypeLnet/minecraft/nbt/NbtElement;getNbtType()Lnet/minecraft/nbt/NbtType;
-
copy
Description copied from interface:NbtElementReturns an NBT element of equal value that won't change with this element.- Returns:
- an NBT element of equal value that won't change with this element
- Mappings:
Namespace Name Mixin selector intermediary method_10585Lnet/minecraft/class_2489;method_10585()Lnet/minecraft/class_2489;official eLqs;e()Lqs;named copyLnet/minecraft/nbt/NbtDouble;copy()Lnet/minecraft/nbt/NbtDouble;
-
equals
-
hashCode
public int hashCode() -
accept
- Mappings:
Namespace Name Mixin selector intermediary method_32289Lnet/minecraft/class_2520;method_32289(Lnet/minecraft/class_5627;)Vofficial aLrk;a(Lro;)Vnamed acceptLnet/minecraft/nbt/NbtElement;accept(Lnet/minecraft/nbt/visitor/NbtElementVisitor;)V
-
longValue
public long longValue()Gets the value as a 64-bit integer.- Specified by:
longValuein classAbstractNbtNumber- Returns:
- the value as a long
- Mappings:
Namespace Name Mixin selector intermediary method_10699Lnet/minecraft/class_2514;method_10699()Jofficial fLre;f()Jnamed longValueLnet/minecraft/nbt/AbstractNbtNumber;longValue()J
-
intValue
public int intValue()Gets the value as a 32-bit integer.- Specified by:
intValuein classAbstractNbtNumber- Returns:
- the value as an int
- Mappings:
Namespace Name Mixin selector intermediary method_10701Lnet/minecraft/class_2514;method_10701()Iofficial gLre;g()Inamed intValueLnet/minecraft/nbt/AbstractNbtNumber;intValue()I
-
shortValue
public short shortValue()Gets the value as a 16-bit integer.- Specified by:
shortValuein classAbstractNbtNumber- Returns:
- the value as a short
- Mappings:
Namespace Name Mixin selector intermediary method_10696Lnet/minecraft/class_2514;method_10696()Sofficial hLre;h()Snamed shortValueLnet/minecraft/nbt/AbstractNbtNumber;shortValue()S
-
byteValue
public byte byteValue()Gets the value as an 8-bit integer.- Specified by:
byteValuein classAbstractNbtNumber- Returns:
- the value as a byte
- Mappings:
Namespace Name Mixin selector intermediary method_10698Lnet/minecraft/class_2514;method_10698()Bofficial iLre;i()Bnamed byteValueLnet/minecraft/nbt/AbstractNbtNumber;byteValue()B
-
doubleValue
public double doubleValue()Gets the value as a 64-bit floating-point number.- Specified by:
doubleValuein classAbstractNbtNumber- Returns:
- the value as a double
- Mappings:
Namespace Name Mixin selector intermediary method_10697Lnet/minecraft/class_2514;method_10697()Dofficial jLre;j()Dnamed doubleValueLnet/minecraft/nbt/AbstractNbtNumber;doubleValue()D
-
floatValue
public float floatValue()Gets the value as a 32-bit floating-point number.- Specified by:
floatValuein classAbstractNbtNumber- Returns:
- the value as a float
- Mappings:
Namespace Name Mixin selector intermediary method_10700Lnet/minecraft/class_2514;method_10700()Fofficial kLre;k()Fnamed floatValueLnet/minecraft/nbt/AbstractNbtNumber;floatValue()F
-
numberValue
Gets the value as a generic number.- Specified by:
numberValuein classAbstractNbtNumber- Returns:
- the value as a
Number - Mappings:
Namespace Name Mixin selector intermediary method_10702Lnet/minecraft/class_2514;method_10702()Ljava/lang/Number;official lLre;l()Ljava/lang/Number;named numberValueLnet/minecraft/nbt/AbstractNbtNumber;numberValue()Ljava/lang/Number;
-
doAccept
- Mappings:
Namespace Name Mixin selector intermediary method_39850Lnet/minecraft/class_2520;method_39850(Lnet/minecraft/class_6836;)Lnet/minecraft/class_6836$class_6838;official aLrk;a(Lrh;)Lrh$b;named doAcceptLnet/minecraft/nbt/NbtElement;doAccept(Lnet/minecraft/nbt/scanner/NbtScanner;)Lnet/minecraft/nbt/scanner/NbtScanner$Result;
-