enum

Nbt::ID

Inherits Enum < Comparable < Value < Object

Constants

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 methods

byte?

Returns true if this enum value equals Byte

Source
byte_array?

Returns true if this enum value equals ByteArray

Source
compound?

Returns true if this enum value equals Compound

Source
double?

Returns true if this enum value equals Double

Source
end?

Returns true if this enum value equals End

Source
float?

Returns true if this enum value equals Float

Source
int?

Returns true if this enum value equals Int

Source
int_array?

Returns true if this enum value equals IntArray

Source
list?

Returns true if this enum value equals List

Source
long?

Returns true if this enum value equals Long

Source
short?

Returns true if this enum value equals Short

Source
string?

Returns true if this enum value equals String

Source