NbtUUID class
Constructors
- NbtUUID.new(int MSB, int LSB)
 - 
          
            const
 - NbtUUID.fromUUID(UUID id)
 - 
          
            factory
 
Properties
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