dlangui v0.10.6 (2024-03-04T10:48:08Z)
Home
Dub
Repo
World.getChunk
dminer
core
world
World
get chunk by chunkx = x / 8 + CHUNKS_X, chunky = y / 8, chunkz = z / 8 + CHUNKS_Z
class
World
SmallChunk
*
getChunk
(
int
chunkx
,
int
chunky
,
int
chunkz
)
Meta
Source
See Implementation
dminer
core
world
World
constructors
this
destructors
~this
functions
canPass
clear
getCell
getCellChunk
getCellChunkStack
getChunk
isOpaque
regionHeight
setCell
setCellRange
visitVisibleChunks
properties
camPosition
variables
_chunkStacks
get chunk by chunkx = x / 8 + CHUNKS_X, chunky = y / 8, chunkz = z / 8 + CHUNKS_Z