class
Rosegold::Heightmap
- Rosegold::Heightmap
- Reference
- Object
Overview
Represents a heightmap structure as defined in the protocol
Defined in:
rosegold/world/heightmap.crConstructors
Class Method Summary
Instance Method Summary
- #data : Array(Int64)
- #data=(data : Array(Int64))
- #to_bytes : Bytes
- #type : UInt32
- #type=(type : UInt32)
- #write(io)