Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Go to the source code of this file.
Classes | |
class | cBiomeGen |
The interface that a biome generator must implement A biome generator takes chunk coords on input and outputs an array of biome indices for that chunk on output. More... | |
class | cComposableGenerator |
class | cFinishGen |
The interface that a finisher must implement Finisher implements changes to the chunk after the rough terrain has been generated. More... | |
class | cTerrainCompositionGen |
The interface that a terrain composition generator must implement Terrain composition takes chunk coords on input and outputs the blockdata for that entire chunk, along with the list of entities. More... | |
class | cTerrainHeightGen |
The interface that is used to query terrain height from the shape generator. More... | |
class | cTerrainShapeGen |
The interface that a terrain shape generator must implement A terrain shape generator takes chunk coords on input and outputs a 3D array of "shape" for that chunk. More... | |