class Rosegold::Chunk::Section

Overview

Chunk Section (16x16x16 blocks), data format 1.16-1.18

Defined in:

rosegold/world/chunk.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(io) #

[View source]

Instance Method Detail

def block_state(index : UInt32) : BlockStateNr #

[View source]
def set_block_state(index : UInt32, block_state : BlockStateNr) #

[View source]
def write(io) #

[View source]