Chunk.position

Returns the position of the chunk in the world.

  1. ChunkPosition position [@property getter]
    class Chunk
    final pure nothrow @property @safe @nogc const
    position
    ()
  2. int x [@property getter]
  3. int z [@property getter]

Meta