enum Nbt::ID
Defined in:
buffer/types.crEnum Members
-
End =
0
-
Byte =
1
-
Short =
2
-
Int =
3
-
Long =
4
-
Float =
5
-
Double =
6
-
ByteArray =
7
-
String =
8
-
List =
9
-
Compound =
10
-
IntArray =
11
Instance Method Summary
- #byte?
- #byte_array?
- #compound?
- #double?
- #end?
- #float?
- #int?
- #int_array?
- #list?
- #long?
- #short?
- #string?