Pulling all pending Bukkit-JavaDoc changes

By: Wesley Wolfe <weswolf@aol.com>
This commit is contained in:
Bukkit/Spigot
2013-09-10 21:02:53 -05:00
parent f60d6710d5
commit 67439804f4
61 changed files with 219 additions and 43 deletions

View File

@@ -9,6 +9,7 @@ import org.bukkit.World;
* For example, generating glowstone inside the nether or generating dungeons full of treasure
*/
public abstract class BlockPopulator {
/**
* Populates an area of blocks at or around the given chunk.
* <p>

View File

@@ -14,6 +14,7 @@ import org.bukkit.block.Block;
* For example, the nether chunk generator should shape netherrack and soulsand
*/
public abstract class ChunkGenerator {
/**
* Interface to biome data for chunk to be generated: initialized with default values for world type and seed.
* <p>