common
/
org.jglrxavpok.hephaistos.nbt
/
NBTNumber
N
B
T
Number
abstract class
NBTNumber
<
Type
:
Number
>(value:
Type
) :
NBT
Content copied to clipboard
Functions
Properties
Inheritors
Functions
equals
Link copied to clipboard
open operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
open override fun
hashCode
():
Int
Content copied to clipboard
toByteArray
Link copied to clipboard
open fun
toByteArray
():
ByteArray
Content copied to clipboard
toSNBT
Link copied to clipboard
abstract fun
toSNBT
():
String
Content copied to clipboard
Produces the stringified version of this NBT (or SNBT version).
toString
Link copied to clipboard
open override fun
toString
():
String
Content copied to clipboard
Produces a human-readable version of this tag.
writeContents
Link copied to clipboard
abstract fun
writeContents
(destination:
DataOutputStream
)
Content copied to clipboard
Writes the contents of the tag to the given destination.
Properties
ID
Link copied to clipboard
abstract val
ID
:
NBTType
<out
NBT
>
Content copied to clipboard
ID of this tag type
value
Link copied to clipboard
open override val
value
:
Type
Content copied to clipboard
Inheritors
NBTByte
Link copied to clipboard
NBTDouble
Link copied to clipboard
NBTFloat
Link copied to clipboard
NBTInt
Link copied to clipboard
NBTLong
Link copied to clipboard
NBTShort
Link copied to clipboard