NbtIo class
Constructors
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
-
getStream(
) → ByteLayer -
read(
String file) → Future< Tag> -
readBase64String(
String encoded) → Future< Tag> -
readCompressed(
String file) → Future< Tag> -
readFromStream(
Uint8List list) → Future< Tag> -
readFromStreamCompressed(
Uint8List list) → Future< Tag> -
write(
String file, CompoundTag tag) → Future< void> -
writeBase64String(
CompoundTag tag) → Future< String> -
writeCompressed(
String file, CompoundTag tag) → Future< void> -
writeToStream(
CompoundTag tag) → Future< Uint8List> -
writeToStreamCompressed(
CompoundTag tag) → Future< Uint8List> - Writes the NBT Data to stream in compressed mode