common
/
org.jglrxavpok.hephaistos.nbt
/
NBTLong
N
B
T
Long
class
NBTLong
(value:
Long
) :
NBTNumber
<
Long
>
Content copied to clipboard
Types
Functions
Properties
Types
Companion
Link copied to clipboard
object
Companion
:
NBTReaderCompanion
<
NBTLong
>
Content copied to clipboard
Functions
equals
Link copied to clipboard
open operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
getValue
Link copied to clipboard
fun
getValue
():
Long
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
open override 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
open override fun
writeContents
(destination:
DataOutputStream
)
Content copied to clipboard
Writes the contents of the tag to the given destination.
Properties
ID
Link copied to clipboard
open override val
ID
:
NBTType
<
NBTLong
>
Content copied to clipboard
ID of this tag type
value
Link copied to clipboard
open override val
value
:
Long
Content copied to clipboard