Package net.minecraft.nbt
Class NbtLong
java.lang.Object
net.minecraft.nbt.AbstractNbtNumber
net.minecraft.nbt.NbtLong
- All Implemented Interfaces:
NbtElement
Represents an NBT 64-bit integer.
- Mappings:
Namespace Name official os
intermediary net/minecraft/class_2503
named net/minecraft/nbt/NbtLong
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final int
private final long
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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(NbtElementVisitor visitor) byte
Gets the value as an 8-bit integer.copy()
Copies this NBT element.doAccept
(NbtScanner visitor) double
Gets the value as a 64-bit floating-point number.boolean
float
Gets the value as a 32-bit floating-point number.Gets the NBT type definition of this NBT element.byte
getType()
Gets the type of this NBT element.int
hashCode()
int
intValue()
Gets the value as a 32-bit integer.long
Gets the value as a 64-bit integer.Gets the value as a generic number.static NbtLong
of
(long value) short
Gets the value as a 16-bit integer.void
write
(DataOutput output) Methods inherited from class net.minecraft.nbt.AbstractNbtNumber
toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.minecraft.nbt.NbtElement
accept, asString
-
Field Details
-
SIZE
private static final int SIZE- See Also:
- Mappings:
Namespace Name Mixin selector official b
Los;b:I
intermediary field_33201
Lnet/minecraft/class_2503;field_33201:I
named SIZE
Lnet/minecraft/nbt/NbtLong;SIZE:I
-
TYPE
- Mappings:
Namespace Name Mixin selector official a
Los;a:Lpf;
intermediary field_21041
Lnet/minecraft/class_2503;field_21041:Lnet/minecraft/class_4614;
named TYPE
Lnet/minecraft/nbt/NbtLong;TYPE:Lnet/minecraft/nbt/NbtType;
-
value
private final long value- Mappings:
Namespace Name Mixin selector official c
Los;c:J
intermediary field_11553
Lnet/minecraft/class_2503;field_11553:J
named value
Lnet/minecraft/nbt/NbtLong;value:J
-
-
Constructor Details
-
NbtLong
NbtLong(long value) - Mappings:
Namespace Name Mixin selector official <init>
Los;<init>(J)V
intermediary <init>
Lnet/minecraft/class_2503;<init>(J)V
named <init>
Lnet/minecraft/nbt/NbtLong;<init>(J)V
-
-
Method Details
-
of
- Mappings:
Namespace Name Mixin selector official a
Los;a(J)Los;
intermediary method_23251
Lnet/minecraft/class_2503;method_23251(J)Lnet/minecraft/class_2503;
named of
Lnet/minecraft/nbt/NbtLong;of(J)Lnet/minecraft/nbt/NbtLong;
-
write
- Throws:
IOException
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Ljava/io/DataOutput;)V
intermediary method_10713
Lnet/minecraft/class_2520;method_10713(Ljava/io/DataOutput;)V
named write
Lnet/minecraft/nbt/NbtElement;write(Ljava/io/DataOutput;)V
-
getType
public byte getType()Gets the type of this NBT element.- Returns:
- the type
- Mappings:
Namespace Name Mixin selector official a
Lpd;a()B
intermediary method_10711
Lnet/minecraft/class_2520;method_10711()B
named getType
Lnet/minecraft/nbt/NbtElement;getType()B
-
getNbtType
Gets the NBT type definition of this NBT element.- Returns:
- the element type definition
- Mappings:
Namespace Name Mixin selector official b
Lpd;b()Lpf;
intermediary method_23258
Lnet/minecraft/class_2520;method_23258()Lnet/minecraft/class_4614;
named getNbtType
Lnet/minecraft/nbt/NbtElement;getNbtType()Lnet/minecraft/nbt/NbtType;
-
copy
Description copied from interface:NbtElement
Copies this NBT element.- Returns:
- the copied element
- Mappings:
Namespace Name Mixin selector official d
Los;d()Los;
intermediary method_10621
Lnet/minecraft/class_2503;method_10621()Lnet/minecraft/class_2503;
named copy
Lnet/minecraft/nbt/NbtLong;copy()Lnet/minecraft/nbt/NbtLong;
-
equals
-
hashCode
public int hashCode() -
accept
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lph;)V
intermediary method_32289
Lnet/minecraft/class_2520;method_32289(Lnet/minecraft/class_5627;)V
named accept
Lnet/minecraft/nbt/NbtElement;accept(Lnet/minecraft/nbt/visitor/NbtElementVisitor;)V
-
longValue
public long longValue()Gets the value as a 64-bit integer.- Specified by:
longValue
in classAbstractNbtNumber
- Returns:
- the value as a long
- Mappings:
Namespace Name Mixin selector official e
Lox;e()J
intermediary method_10699
Lnet/minecraft/class_2514;method_10699()J
named longValue
Lnet/minecraft/nbt/AbstractNbtNumber;longValue()J
-
intValue
public int intValue()Gets the value as a 32-bit integer.- Specified by:
intValue
in classAbstractNbtNumber
- Returns:
- the value as an int
- Mappings:
Namespace Name Mixin selector official f
Lox;f()I
intermediary method_10701
Lnet/minecraft/class_2514;method_10701()I
named intValue
Lnet/minecraft/nbt/AbstractNbtNumber;intValue()I
-
shortValue
public short shortValue()Gets the value as a 16-bit integer.- Specified by:
shortValue
in classAbstractNbtNumber
- Returns:
- the value as a short
- Mappings:
Namespace Name Mixin selector official g
Lox;g()S
intermediary method_10696
Lnet/minecraft/class_2514;method_10696()S
named shortValue
Lnet/minecraft/nbt/AbstractNbtNumber;shortValue()S
-
byteValue
public byte byteValue()Gets the value as an 8-bit integer.- Specified by:
byteValue
in classAbstractNbtNumber
- Returns:
- the value as a byte
- Mappings:
Namespace Name Mixin selector official h
Lox;h()B
intermediary method_10698
Lnet/minecraft/class_2514;method_10698()B
named byteValue
Lnet/minecraft/nbt/AbstractNbtNumber;byteValue()B
-
doubleValue
public double doubleValue()Gets the value as a 64-bit floating-point number.- Specified by:
doubleValue
in classAbstractNbtNumber
- Returns:
- the value as a double
- Mappings:
Namespace Name Mixin selector official i
Lox;i()D
intermediary method_10697
Lnet/minecraft/class_2514;method_10697()D
named doubleValue
Lnet/minecraft/nbt/AbstractNbtNumber;doubleValue()D
-
floatValue
public float floatValue()Gets the value as a 32-bit floating-point number.- Specified by:
floatValue
in classAbstractNbtNumber
- Returns:
- the value as a float
- Mappings:
Namespace Name Mixin selector official j
Lox;j()F
intermediary method_10700
Lnet/minecraft/class_2514;method_10700()F
named floatValue
Lnet/minecraft/nbt/AbstractNbtNumber;floatValue()F
-
numberValue
Gets the value as a generic number.- Specified by:
numberValue
in classAbstractNbtNumber
- Returns:
- the value as a
Number
- Mappings:
Namespace Name Mixin selector official k
Lox;k()Ljava/lang/Number;
intermediary method_10702
Lnet/minecraft/class_2514;method_10702()Ljava/lang/Number;
named numberValue
Lnet/minecraft/nbt/AbstractNbtNumber;numberValue()Ljava/lang/Number;
-
doAccept
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lpa;)Lpa$b;
intermediary method_39850
Lnet/minecraft/class_2520;method_39850(Lnet/minecraft/class_6836;)Lnet/minecraft/class_6836$class_6838;
named doAccept
Lnet/minecraft/nbt/NbtElement;doAccept(Lnet/minecraft/nbt/scanner/NbtScanner;)Lnet/minecraft/nbt/scanner/NbtScanner$Result;
-