class Rosegold::Chunk
- Rosegold::Chunk
- Reference
- Object
Defined in:
rosegold/world/chunk.crConstructors
Instance Method Summary
- #block_entities : Array(Rosegold::Chunk::BlockEntity)
- #block_entities=(block_entities : Array(Rosegold::Chunk::BlockEntity))
-
#block_state(x : Int32, y : Int32, z : Int32) : BlockStateNr | Nil
Returns nil if outside world vertically.
- #data : Bytes
- #heightmaps : Minecraft::NBT::Tag
- #heightmaps=(heightmaps : Minecraft::NBT::Tag)
- #light_data : Slice(UInt8)
- #light_data=(light_data : Slice(UInt8))
- #sections : Array(Section)
- #set_block_state(x : Int32, y : Int32, z : Int32, block_state : BlockStateNr)
- #x : Int32
- #z : Int32
Constructor Detail
Instance Method Detail
Returns nil if outside world vertically.