enum Nbt::ID

Defined in:

buffer/types.cr

Enum 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

Instance Method Detail

def byte? #

[View source]
def byte_array? #

[View source]
def compound? #

[View source]
def double? #

[View source]
def end? #

[View source]
def float? #

[View source]
def int? #

[View source]
def int_array? #

[View source]
def list? #

[View source]
def long? #

[View source]
def short? #

[View source]
def string? #

[View source]