TagType enum
Values
- End → const TagType
-
const TagType(0)
- Byte → const TagType
-
const TagType(1)
- Short → const TagType
-
const TagType(2)
- Int → const TagType
-
const TagType(3)
- Long → const TagType
-
const TagType(4)
- Float → const TagType
-
const TagType(5)
- Double → const TagType
-
const TagType(6)
- ByteArray → const TagType
-
const TagType(7)
- String → const TagType
-
const TagType(8)
- List → const TagType
-
const TagType(9)
- Compound → const TagType
-
const TagType(10)
- IntArray → const TagType
-
const TagType(11)
- LongArray → const TagType
-
const TagType(12)
Properties
- byte → int
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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
-
get(
int byte) → TagType -
getStringifiedTagType(
StringReader reader) → TagType