selery ~master (2019-01-01T00:21:55Z)
Dub
Repo
Chunk.opIndexAssign
selery
world
chunk
Chunk
Sets a block in the chunk.
Block
*
opIndexAssign
(Block* block, BlockPosition position)
Block
*
opIndexAssign
(block_t block, BlockPosition position)
class
Chunk
Block
*
opIndexAssign
(
block_t
block
,
BlockPosition
position
)
Block
*
opIndexAssign
(Block* block, ubyte x, uint y, ubyte z)
Block
*
opIndexAssign
(block_t block, ubyte x, uint y, ubyte z)
Parameters
block
block_t
the block to be set
Meta
Source
See Implementation
selery
world
chunk
Chunk
constructors
this
functions
createSection
emptySection
firstBlock
opBinaryRight
opIndex
opIndexAssign
registerTile
removeSection
resetSnow
save
sectionAt
tickSection
tileAt
unload
properties
blocks
empty
nextSnow
position
sections
world
x
z
variables
HEIGHT
biomes
changed_blocks
changed_tiles
lights
saveChangedBlocks
tiles
Sets a block in the chunk.