Package com.ardorcraft.world
Interface ChunkModifier
- All Superinterfaces:
BlockProvider
- All Known Implementing Classes:
BlockWorld
Interface for classes that allows block editing.
-
Method Summary
Methods inherited from interface com.ardorcraft.world.BlockProvider
getBlock, getBlockExtra
-
Method Details
-
postChunk
-
setBlock
void setBlock(int x, int y, int z, int blockId) -
setBlock
-
setBlocks
-