struct Rosegold::Chunk::BlockEntity

Defined in:

rosegold/world/chunk.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(x : Int32, y : Int32, z : Int32, type : UInt32, nbt : Minecraft::NBT::Tag) #

[View source]

Instance Method Detail


[View source]
def nbt=(nbt : Minecraft::NBT::Tag) #

[View source]
def type : UInt32 #

[View source]
def type=(type : UInt32) #

[View source]
def x : Int32 #

[View source]
def x=(x : Int32) #

[View source]
def y : Int32 #

[View source]
def y=(y : Int32) #

[View source]
def z : Int32 #

[View source]
def z=(z : Int32) #

[View source]