class Nbt::Tag
- Nbt::Tag
- Reference
- Object
Defined in:
tag.crConstructors
Instance Method Summary
- #id : Id
- #list_id : Id | Nil
- #name : String
- #name=(name : String)
- #payload : Nil | String | Int8 | Int16 | Int32 | Int64 | Float32 | Float64 | Array(Int8) | Array(Int32) | Array(Int64) | Array(Nbt::Tag)
- #payload=(payload : Nil | String | Int8 | Int16 | Int32 | Int64 | Float32 | Float64 | Array(Int8) | Array(Int32) | Array(Int64) | Array(Nbt::Tag))
Constructor Detail
def self.new(id : Nbt::Tag::Id, name : String, payload : Array(Int32) | Array(Int64) | Array(Int8) | Array(Nbt::Tag) | Float32 | Float64 | Int16 | Int32 | Int64 | Int8 | String | Nil)
#
Instance Method Detail
def payload : Nil | String | Int8 | Int16 | Int32 | Int64 | Float32 | Float64 | Array(Int8) | Array(Int32) | Array(Int64) | Array(Nbt::Tag)
#