public abstract static class ChancePopulator.Column extends ChancePopulator
ChancePopulator.ColumnPopulator.SkipRegistrationAsFinisherchanceEMPTY_ARRAY| Constructor and Description |
|---|
Column() |
| Modifier and Type | Method and Description |
|---|---|
void |
populate(net.daporkchop.lib.random.PRandom random,
ChunkManager level,
int blockX,
int blockZ)
Populates a given chunk.
|
protected abstract void |
populate0(net.daporkchop.lib.random.PRandom random,
ChunkManager level,
int blockX,
int blockZ) |
init0init, setSeedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfinish, getIdinitpublic final void populate(net.daporkchop.lib.random.PRandom random,
ChunkManager level,
int blockX,
int blockZ)
Populatorrandom - an instance of PRandom for generating random numbers, initialized with a seed based on chunk's positionlevel - a ChunkManager containing only a 3x3 square of generated chunks, centered around the chunk being populatedblockX - the X coordinate of the block column to populateblockZ - the Z coordinate of the block column to populateprotected abstract void populate0(net.daporkchop.lib.random.PRandom random,
ChunkManager level,
int blockX,
int blockZ)
Copyright © 2020. All rights reserved.