NbtUUID class

Constructors

NbtUUID.new(int MSB, int LSB)
const
NbtUUID.fromUUID(UUID id)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
LSB int
final
MSB int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getLeastSignificantBits() int
Returns the Least Significant Bits (LSB) long value of the UUID.
getMostSignificantBits() int
Returns the Most Significant Bits (MSB) long value of the UUID.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override
toUUID() UUID

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

ZERO NbtUUID
final