Phpcraft
|
Public Member Functions | |
__construct (World $world, Chunk $chunk) | |
generate (int $x, int $z) | |
Public Member Functions inherited from Phpcraft\World\ChunkGenerator | |
__construct (World $world) | |
init () | |
Public Attributes | |
$chunk | |
Public Attributes inherited from Phpcraft\World\ChunkGenerator | |
$world | |
A ChunkGenerator that always "generates" the same chunk, as given in the constructor.
Phpcraft\World\StaticChunkGenerator::generate | ( | int | $x, |
int | $z | ||
) |
Reimplemented from Phpcraft\World\ChunkGenerator.
Chunk Phpcraft\World\StaticChunkGenerator::$chunk |