NbtUtils class

Constructors

NbtUtils.new()

Properties

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

readBoolean(CompoundTag tag, String name) bool
readUUID(CompoundTag tag, String name) NbtUUID
readVector2d(CompoundTag tag, String name) Vector2d
readVector2i(CompoundTag tag, String name) Vector2i
readVector3d(CompoundTag tag, String name) Vector3d
readVector3i(CompoundTag tag, String name) Vector3i
writeBoolean(CompoundTag tag, String name, bool b) → void
writeUUID(CompoundTag tag, String name, NbtUUID ID) → void
writeVector2d(CompoundTag tag, String name, Vector2d pos) → void
writeVector2i(CompoundTag tag, String name, Vector2i pos) → void
writeVector3d(CompoundTag tag, String name, Vector3d pos) → void
writeVector3i(CompoundTag tag, String name, Vector3i pos) → void