mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-07 16:57:42 +01:00
Javadoc fix for BlockPopulator.java explaining which chunks exist and which don't
By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
parent
ae44a5e666
commit
876c4074ba
@ -12,7 +12,11 @@ public abstract class BlockPopulator {
|
|||||||
/**
|
/**
|
||||||
* Populates an area of blocks at or around the given chunk.
|
* Populates an area of blocks at or around the given chunk.
|
||||||
*
|
*
|
||||||
* The chunks directly surrounding the specified chunk must already exist.
|
* The chunks on each side of the specified chunk must already exist; that is,
|
||||||
|
* there must be one north, east, south and west of the specified chunk.
|
||||||
|
* The "corner" chunks may not exist, in which scenario the populator should
|
||||||
|
* record any changes required for those chunks and perform the changes when
|
||||||
|
* they are ready.
|
||||||
*
|
*
|
||||||
* @param world The world to generate in
|
* @param world The world to generate in
|
||||||
* @param random The random generator to use
|
* @param random The random generator to use
|
||||||
|
Loading…
Reference in New Issue
Block a user