IntArrayTag class
Constructors
Properties
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(
List< int> value) → IntArrayTag