| Modifier and Type | Method and Description |
|---|---|
IChunk |
ChunkManager.getChunk(int chunkX,
int chunkZ) |
default IChunk |
ChunkManager.getChunk(com.nukkitx.math.vector.Vector2i chunkPos) |
default IChunk |
ChunkManager.getChunk(com.nukkitx.math.vector.Vector3i pos) |
| Modifier and Type | Class and Description |
|---|---|
class |
Chunk |
class |
LockableChunk |
class |
UnsafeChunk |
| Modifier and Type | Method and Description |
|---|---|
default int |
IChunk.compareTo(IChunk o) |
| Modifier and Type | Method and Description |
|---|---|
void |
Generator.generate(net.daporkchop.lib.random.PRandom random,
IChunk chunk,
int chunkX,
int chunkZ)
Generates a given chunk.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VoidGenerator.generate(net.daporkchop.lib.random.PRandom random,
IChunk chunk,
int chunkX,
int chunkZ) |
void |
FlatGenerator.generate(net.daporkchop.lib.random.PRandom random,
IChunk chunk,
int chunkX,
int chunkZ) |
| Modifier and Type | Method and Description |
|---|---|
void |
StandardGenerator.generate(net.daporkchop.lib.random.PRandom random,
IChunk chunk,
int chunkX,
int chunkZ) |
| Modifier and Type | Method and Description |
|---|---|
void |
MesaSurfaceDecorator.decorate(net.daporkchop.lib.random.PRandom random,
IChunk chunk,
int x,
int z) |
void |
BedrockDecorator.decorate(net.daporkchop.lib.random.PRandom random,
IChunk chunk,
int x,
int z) |
void |
GroundCoverDecorator.decorate(net.daporkchop.lib.random.PRandom random,
IChunk chunk,
int x,
int z) |
void |
Decorator.decorate(net.daporkchop.lib.random.PRandom random,
IChunk chunk,
int x,
int z)
Decorates a given chunk.
|
void |
HeightSelectionDecorator.decorate(net.daporkchop.lib.random.PRandom random,
IChunk chunk,
int x,
int z) |
void |
ReplaceTopDecorator.decorate(net.daporkchop.lib.random.PRandom random,
IChunk chunk,
int x,
int z) |
void |
DistanceSelectionDecorator.decorate(net.daporkchop.lib.random.PRandom random,
IChunk chunk,
int x,
int z) |
void |
DeepSurfaceDecorator.decorate(net.daporkchop.lib.random.PRandom random,
IChunk chunk,
int x,
int z) |
void |
SurfaceDecorator.decorate(net.daporkchop.lib.random.PRandom random,
IChunk chunk,
int x,
int z) |
void |
NoiseSelectionDecorator.decorate(net.daporkchop.lib.random.PRandom random,
IChunk chunk,
int x,
int z) |
void |
ScatteredCoverDecorator.decorate(net.daporkchop.lib.random.PRandom random,
IChunk chunk,
int x,
int z) |
protected int |
DepthNoiseDecorator.getDepthNoise(IChunk chunk,
net.daporkchop.lib.random.PRandom random,
int x,
int z) |
| Modifier and Type | Method and Description |
|---|---|
void |
NextGenerationPass.decorate(net.daporkchop.lib.random.PRandom random,
IChunk chunk,
int x,
int z) |
| Modifier and Type | Method and Description |
|---|---|
IChunk |
PopulationChunkManager.getChunk(int chunkX,
int chunkZ) |
Copyright © 2020. All rights reserved.