ByteTag class

Inheritance

Constructors

ByteTag.new()

Properties

getParent Tag?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
hasParent bool
no setterinherited
parentTagType TagType
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
getter/setter pair

Methods

asByte() int
inherited
asByteArray() List<int>
inherited
asCompoundTag() CompoundTag
inherited
asDouble() double
inherited
asFloat() double
inherited
asInt() int
inherited
asIntArray() List<int>
inherited
asLong() int
inherited
asLongArray() List<int>
inherited
asShort() int
inherited
asString() String
inherited
equals(dynamic object) bool
inherited
getKey() String
inherited
getTagType() TagType
override
getType() int
inherited
getValue() → dynamic
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prettyPrint(int indent, bool recurse) → void
override
readStringifiedValue(StringReader reader) → void
override
readValue(ByteLayer data) → void
override
setKey(String key) → void
inherited
setParentTagType(TagType type) → void
inherited
setValue(dynamic val) → void
override
shouldEscapeSingleQuotes(String value) bool
inherited
shouldQuote(String value) bool
inherited
shouldQuoteName() bool
inherited
shouldUseSingleQuotes(String value) bool
inherited
toString() String
A string representation of this object.
inherited
updateParent(Tag? tag) → void
inherited
writeStringifiedValue(StringBuilder builder, int indent, bool isList) → void
override
writeValue(ByteLayer data) → void
override

Operators

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

Static Methods

valueOf(int value) ByteTag