Pulling all pending Bukkit-JavaDoc changes
By: Wesley Wolfe <weswolf@aol.com>
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user