ListTag class

Inheritance

Constructors

ListTag.new()

Properties

getListTagType TagType
no setter
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 List<Tag>
getter/setter pair

Methods

add(Tag tag) → void
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
clear() → void
endPrettyPrint(int indent) → void
equals(dynamic object) bool
inherited
get(int index) Tag
getKey() String
inherited
getTagType() TagType
override
getType() int
inherited
getValue() → dynamic
override
indexOf(Tag tag) int
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
remove(Tag tag) → void
removeAt(int index) → void
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
size() int
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