class

Rosegold::Heightmap

Inherits Reference / Object

Represents a heightmap structure as defined in the protocol

Constructors

new(type : UInt32 = 0_u32, data : Array(Int64) = [] of Int64)
Source

Class methods

read(io)
Source

Instance methods

data
Source
data=(data : Array(Int64))
Source
to_bytes
Source
type
Source
type=(type : UInt32)
Source
write(io)
Source