class Rosegold::Dimension
- Rosegold::Dimension
- Reference
- Object
Defined in:
rosegold/world/dimension.crConstructors
Instance Method Summary
- #block_state(x : Int32, y : Int32, z : Int32) : UInt16 | Nil
- #block_state(location : Vec3d) : UInt16 | Nil
- #block_state(location : Vec3i) : UInt16 | Nil
- #chunks : Hash({Int32, Int32}, Rosegold::Chunk)
- #entities : Hash(UInt64, Entity)
- #entities=(entities : Hash(UInt64, Entity))
- #load_chunk(chunk : Chunk)
- #min_y : Int32
- #name : String
- #nbt : Minecraft::NBT::Tag
- #raycast_entity(start : Vec3d, look : Vec3d, max_distance : Float64) : Entity | Nil
- #set_block_state(x : Int32, y : Int32, z : Int32, block_state : UInt16)
- #set_block_state(location : Vec3i, block_state : UInt16)
- #unload_chunk(chunk_pos : ChunkPos)
- #world_height : Int32