Index
All Classes and Interfaces|All Packages|Serialized Form
A
- array() - Method in record class dev.latvian.apps.nbt.NBTByteArray
-
Returns the value of the
arrayrecord component. - array() - Method in record class dev.latvian.apps.nbt.NBTIntArray
-
Returns the value of the
arrayrecord component. - array() - Method in record class dev.latvian.apps.nbt.NBTLongArray
-
Returns the value of the
arrayrecord component.
B
- BYTE - Enum constant in enum class dev.latvian.apps.nbt.NBTType
- BYTE_ARRAY - Enum constant in enum class dev.latvian.apps.nbt.NBTType
C
- COMPOUND - Enum constant in enum class dev.latvian.apps.nbt.NBTType
- copy() - Method in record class dev.latvian.apps.nbt.NBTByteArray
- copy() - Method in class dev.latvian.apps.nbt.NBTCompoundTag
- copy() - Method in record class dev.latvian.apps.nbt.NBTIntArray
- copy() - Method in class dev.latvian.apps.nbt.NBTList
- copy() - Method in record class dev.latvian.apps.nbt.NBTLongArray
- copy() - Method in interface dev.latvian.apps.nbt.NBTNumber
- copy() - Method in interface dev.latvian.apps.nbt.NBTPrimitive
- copy() - Method in record class dev.latvian.apps.nbt.NBTString
- copy() - Method in interface dev.latvian.apps.nbt.NBTTag
D
- dev.latvian.apps.nbt - package dev.latvian.apps.nbt
- DOUBLE - Enum constant in enum class dev.latvian.apps.nbt.NBTType
E
- EMPTY - Static variable in record class dev.latvian.apps.nbt.NBTByteArray
- EMPTY - Static variable in record class dev.latvian.apps.nbt.NBTIntArray
- EMPTY - Static variable in record class dev.latvian.apps.nbt.NBTLongArray
- EMPTY - Static variable in record class dev.latvian.apps.nbt.NBTString
- equals(Object) - Method in record class dev.latvian.apps.nbt.NBTByte
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class dev.latvian.apps.nbt.NBTByteArray
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class dev.latvian.apps.nbt.NBTDouble
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class dev.latvian.apps.nbt.NBTFloat
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class dev.latvian.apps.nbt.NBTInt
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class dev.latvian.apps.nbt.NBTIntArray
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class dev.latvian.apps.nbt.NBTLong
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class dev.latvian.apps.nbt.NBTLongArray
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class dev.latvian.apps.nbt.NBTShort
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class dev.latvian.apps.nbt.NBTString
-
Indicates whether some other object is "equal to" this one.
- escape(StringBuilder, String) - Static method in record class dev.latvian.apps.nbt.NBTString
- escapeControlCharacters(char) - Static method in record class dev.latvian.apps.nbt.NBTString
F
- factory - Variable in enum class dev.latvian.apps.nbt.NBTType
- FLOAT - Enum constant in enum class dev.latvian.apps.nbt.NBTType
G
- getType() - Method in record class dev.latvian.apps.nbt.NBTByte
- getType() - Method in record class dev.latvian.apps.nbt.NBTByteArray
- getType() - Method in class dev.latvian.apps.nbt.NBTCompoundTag
- getType() - Method in record class dev.latvian.apps.nbt.NBTDouble
- getType() - Method in record class dev.latvian.apps.nbt.NBTFloat
- getType() - Method in record class dev.latvian.apps.nbt.NBTInt
- getType() - Method in record class dev.latvian.apps.nbt.NBTIntArray
- getType() - Method in class dev.latvian.apps.nbt.NBTList
- getType() - Method in record class dev.latvian.apps.nbt.NBTLong
- getType() - Method in record class dev.latvian.apps.nbt.NBTLongArray
- getType() - Method in record class dev.latvian.apps.nbt.NBTShort
- getType() - Method in record class dev.latvian.apps.nbt.NBTString
- getType() - Method in interface dev.latvian.apps.nbt.NBTTag
H
- hashCode() - Method in record class dev.latvian.apps.nbt.NBTByte
-
Returns a hash code value for this object.
- hashCode() - Method in record class dev.latvian.apps.nbt.NBTByteArray
-
Returns a hash code value for this object.
- hashCode() - Method in record class dev.latvian.apps.nbt.NBTDouble
-
Returns a hash code value for this object.
- hashCode() - Method in record class dev.latvian.apps.nbt.NBTFloat
-
Returns a hash code value for this object.
- hashCode() - Method in record class dev.latvian.apps.nbt.NBTInt
-
Returns a hash code value for this object.
- hashCode() - Method in record class dev.latvian.apps.nbt.NBTIntArray
-
Returns a hash code value for this object.
- hashCode() - Method in record class dev.latvian.apps.nbt.NBTLong
-
Returns a hash code value for this object.
- hashCode() - Method in record class dev.latvian.apps.nbt.NBTLongArray
-
Returns a hash code value for this object.
- hashCode() - Method in record class dev.latvian.apps.nbt.NBTShort
-
Returns a hash code value for this object.
- hashCode() - Method in record class dev.latvian.apps.nbt.NBTString
-
Returns a hash code value for this object.
- HEX_FORMAT - Static variable in record class dev.latvian.apps.nbt.NBTString
I
- id - Variable in enum class dev.latvian.apps.nbt.NBTType
- INT - Enum constant in enum class dev.latvian.apps.nbt.NBTType
- INT_ARRAY - Enum constant in enum class dev.latvian.apps.nbt.NBTType
L
- LIST - Enum constant in enum class dev.latvian.apps.nbt.NBTType
- LONG - Enum constant in enum class dev.latvian.apps.nbt.NBTType
- LONG_ARRAY - Enum constant in enum class dev.latvian.apps.nbt.NBTType
- LOOKUP - Static variable in enum class dev.latvian.apps.nbt.NBTType
N
- NBTByte - Record Class in dev.latvian.apps.nbt
- NBTByte(byte) - Constructor for record class dev.latvian.apps.nbt.NBTByte
-
Creates an instance of a
NBTByterecord class. - NBTByteArray - Record Class in dev.latvian.apps.nbt
- NBTByteArray(byte[]) - Constructor for record class dev.latvian.apps.nbt.NBTByteArray
-
Creates an instance of a
NBTByteArrayrecord class. - NBTCompoundTag - Class in dev.latvian.apps.nbt
- NBTCompoundTag() - Constructor for class dev.latvian.apps.nbt.NBTCompoundTag
- NBTCompoundTag(int) - Constructor for class dev.latvian.apps.nbt.NBTCompoundTag
- NBTCompoundTag(Map<String, ? extends NBTTag>) - Constructor for class dev.latvian.apps.nbt.NBTCompoundTag
- NBTDouble - Record Class in dev.latvian.apps.nbt
- NBTDouble(double) - Constructor for record class dev.latvian.apps.nbt.NBTDouble
-
Creates an instance of a
NBTDoublerecord class. - NBTException - Exception Class in dev.latvian.apps.nbt
- NBTException(String) - Constructor for exception class dev.latvian.apps.nbt.NBTException
- NBTFloat - Record Class in dev.latvian.apps.nbt
- NBTFloat(float) - Constructor for record class dev.latvian.apps.nbt.NBTFloat
-
Creates an instance of a
NBTFloatrecord class. - NBTInt - Record Class in dev.latvian.apps.nbt
- NBTInt(int) - Constructor for record class dev.latvian.apps.nbt.NBTInt
-
Creates an instance of a
NBTIntrecord class. - NBTIntArray - Record Class in dev.latvian.apps.nbt
- NBTIntArray(int[]) - Constructor for record class dev.latvian.apps.nbt.NBTIntArray
-
Creates an instance of a
NBTIntArrayrecord class. - NBTList - Class in dev.latvian.apps.nbt
- NBTList() - Constructor for class dev.latvian.apps.nbt.NBTList
- NBTList(int) - Constructor for class dev.latvian.apps.nbt.NBTList
- NBTList(Collection<? extends NBTTag>) - Constructor for class dev.latvian.apps.nbt.NBTList
- NBTLong - Record Class in dev.latvian.apps.nbt
- NBTLong(long) - Constructor for record class dev.latvian.apps.nbt.NBTLong
-
Creates an instance of a
NBTLongrecord class. - NBTLongArray - Record Class in dev.latvian.apps.nbt
- NBTLongArray(long[]) - Constructor for record class dev.latvian.apps.nbt.NBTLongArray
-
Creates an instance of a
NBTLongArrayrecord class. - NBTNumber - Interface in dev.latvian.apps.nbt
- NBTPrimitive - Interface in dev.latvian.apps.nbt
- NBTShort - Record Class in dev.latvian.apps.nbt
- NBTShort(short) - Constructor for record class dev.latvian.apps.nbt.NBTShort
-
Creates an instance of a
NBTShortrecord class. - NBTString - Record Class in dev.latvian.apps.nbt
- NBTString(String) - Constructor for record class dev.latvian.apps.nbt.NBTString
-
Creates an instance of a
NBTStringrecord class. - NBTTag - Interface in dev.latvian.apps.nbt
- NBTType - Enum Class in dev.latvian.apps.nbt
- NBTType.Factory - Interface in dev.latvian.apps.nbt
O
- of(byte) - Static method in record class dev.latvian.apps.nbt.NBTByte
- of(double) - Static method in record class dev.latvian.apps.nbt.NBTDouble
- of(float) - Static method in record class dev.latvian.apps.nbt.NBTFloat
- of(int) - Static method in record class dev.latvian.apps.nbt.NBTInt
- of(long) - Static method in record class dev.latvian.apps.nbt.NBTLong
- of(short) - Static method in record class dev.latvian.apps.nbt.NBTShort
- of(String) - Static method in record class dev.latvian.apps.nbt.NBTString
- ONE - Static variable in record class dev.latvian.apps.nbt.NBTByte
- ONE - Static variable in record class dev.latvian.apps.nbt.NBTDouble
- ONE - Static variable in record class dev.latvian.apps.nbt.NBTFloat
- ONE - Static variable in record class dev.latvian.apps.nbt.NBTInt
- ONE - Static variable in record class dev.latvian.apps.nbt.NBTLong
- ONE - Static variable in record class dev.latvian.apps.nbt.NBTShort
R
- read(DataInput) - Static method in record class dev.latvian.apps.nbt.NBTByteArray
- read(DataInput) - Static method in class dev.latvian.apps.nbt.NBTCompoundTag
- read(DataInput) - Static method in record class dev.latvian.apps.nbt.NBTIntArray
- read(DataInput) - Static method in class dev.latvian.apps.nbt.NBTList
- read(DataInput) - Static method in record class dev.latvian.apps.nbt.NBTLongArray
- read(DataInput) - Method in interface dev.latvian.apps.nbt.NBTType.Factory
- read(Path) - Static method in class dev.latvian.apps.nbt.NBTCompoundTag
- readCompressed(Path) - Static method in class dev.latvian.apps.nbt.NBTCompoundTag
- readFully(InputStream) - Static method in class dev.latvian.apps.nbt.NBTCompoundTag
- readFullyCompressed(InputStream) - Static method in class dev.latvian.apps.nbt.NBTCompoundTag
S
- SHORT - Enum constant in enum class dev.latvian.apps.nbt.NBTType
- STRING - Enum constant in enum class dev.latvian.apps.nbt.NBTType
T
- toString() - Method in record class dev.latvian.apps.nbt.NBTByte
-
Returns a string representation of this record class.
- toString() - Method in record class dev.latvian.apps.nbt.NBTByteArray
-
Returns a string representation of this record class.
- toString() - Method in class dev.latvian.apps.nbt.NBTCompoundTag
- toString() - Method in record class dev.latvian.apps.nbt.NBTDouble
-
Returns a string representation of this record class.
- toString() - Method in record class dev.latvian.apps.nbt.NBTFloat
-
Returns a string representation of this record class.
- toString() - Method in record class dev.latvian.apps.nbt.NBTInt
-
Returns a string representation of this record class.
- toString() - Method in record class dev.latvian.apps.nbt.NBTIntArray
-
Returns a string representation of this record class.
- toString() - Method in class dev.latvian.apps.nbt.NBTList
- toString() - Method in record class dev.latvian.apps.nbt.NBTLong
-
Returns a string representation of this record class.
- toString() - Method in record class dev.latvian.apps.nbt.NBTLongArray
-
Returns a string representation of this record class.
- toString() - Method in record class dev.latvian.apps.nbt.NBTShort
-
Returns a string representation of this record class.
- toString() - Method in record class dev.latvian.apps.nbt.NBTString
-
Returns a string representation of this record class.
- toString(StringBuilder) - Method in record class dev.latvian.apps.nbt.NBTByteArray
- toString(StringBuilder) - Method in class dev.latvian.apps.nbt.NBTCompoundTag
- toString(StringBuilder) - Method in record class dev.latvian.apps.nbt.NBTIntArray
- toString(StringBuilder) - Method in class dev.latvian.apps.nbt.NBTList
- toString(StringBuilder) - Method in record class dev.latvian.apps.nbt.NBTLongArray
- toString(StringBuilder) - Method in record class dev.latvian.apps.nbt.NBTString
- toString(StringBuilder) - Method in interface dev.latvian.apps.nbt.NBTTag
U
- unwrap() - Method in class dev.latvian.apps.nbt.NBTCompoundTag
- unwrap() - Method in interface dev.latvian.apps.nbt.NBTTag
V
- value() - Method in record class dev.latvian.apps.nbt.NBTByte
-
Returns the value of the
valuerecord component. - value() - Method in record class dev.latvian.apps.nbt.NBTDouble
-
Returns the value of the
valuerecord component. - value() - Method in record class dev.latvian.apps.nbt.NBTFloat
-
Returns the value of the
valuerecord component. - value() - Method in record class dev.latvian.apps.nbt.NBTInt
-
Returns the value of the
valuerecord component. - value() - Method in record class dev.latvian.apps.nbt.NBTLong
-
Returns the value of the
valuerecord component. - value() - Method in record class dev.latvian.apps.nbt.NBTShort
-
Returns the value of the
valuerecord component. - value() - Method in record class dev.latvian.apps.nbt.NBTString
-
Returns the value of the
valuerecord component. - valueOf(String) - Static method in enum class dev.latvian.apps.nbt.NBTType
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class dev.latvian.apps.nbt.NBTType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VALUES - Static variable in enum class dev.latvian.apps.nbt.NBTType
W
- write(DataOutput) - Method in record class dev.latvian.apps.nbt.NBTByte
- write(DataOutput) - Method in record class dev.latvian.apps.nbt.NBTByteArray
- write(DataOutput) - Method in class dev.latvian.apps.nbt.NBTCompoundTag
- write(DataOutput) - Method in record class dev.latvian.apps.nbt.NBTDouble
- write(DataOutput) - Method in record class dev.latvian.apps.nbt.NBTFloat
- write(DataOutput) - Method in record class dev.latvian.apps.nbt.NBTInt
- write(DataOutput) - Method in record class dev.latvian.apps.nbt.NBTIntArray
- write(DataOutput) - Method in class dev.latvian.apps.nbt.NBTList
- write(DataOutput) - Method in record class dev.latvian.apps.nbt.NBTLong
- write(DataOutput) - Method in record class dev.latvian.apps.nbt.NBTLongArray
- write(DataOutput) - Method in record class dev.latvian.apps.nbt.NBTShort
- write(DataOutput) - Method in record class dev.latvian.apps.nbt.NBTString
- write(DataOutput) - Method in interface dev.latvian.apps.nbt.NBTTag
- write(Path) - Method in interface dev.latvian.apps.nbt.NBTTag
- writeCompressed(Path) - Method in interface dev.latvian.apps.nbt.NBTTag
- writeFully(OutputStream) - Method in interface dev.latvian.apps.nbt.NBTTag
- writeFullyCompressed(OutputStream) - Method in interface dev.latvian.apps.nbt.NBTTag
Z
- ZERO - Static variable in record class dev.latvian.apps.nbt.NBTByte
- ZERO - Static variable in record class dev.latvian.apps.nbt.NBTDouble
- ZERO - Static variable in record class dev.latvian.apps.nbt.NBTFloat
- ZERO - Static variable in record class dev.latvian.apps.nbt.NBTInt
- ZERO - Static variable in record class dev.latvian.apps.nbt.NBTLong
- ZERO - Static variable in record class dev.latvian.apps.nbt.NBTShort
All Classes and Interfaces|All Packages|Serialized Form