dlangui v0.10.4 (2023-05-19T16:58:48Z)
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