Generic cleaning

By: Erik Broes <erikbroes@grum.nl>
This commit is contained in:
Bukkit/Spigot
2012-01-15 14:37:30 +01:00
parent 8377ee22f8
commit 4c80a49933
61 changed files with 245 additions and 272 deletions

View File

@@ -11,7 +11,7 @@ import org.bukkit.World;
public abstract class BlockPopulator {
/**
* Populates an area of blocks at or around the given chunk.
*
* <p />
* 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

View File

@@ -73,7 +73,7 @@ public abstract class ChunkGenerator {
/**
* Gets a fixed spawn location to use for a given world.
*
* <p />
* A null value is returned if a world should not use a fixed spawn point,
* and will instead attempt to find one randomly.
*