Fix javadoc errors/warnings

This commit is contained in:
Celtic Minstrel
2012-02-26 10:35:17 -05:00
committed by EvilSeph
parent a628d2faff
commit 17403d617a
28 changed files with 79 additions and 65 deletions

View File

@@ -156,7 +156,7 @@ public class WorldCreator {
* This may be null, in which case the "natural" generator for this environment
* will be used.
*
* @param env Chunk generator
* @param generator Chunk generator
* @return This object, for chaining
*/
public WorldCreator generator(ChunkGenerator generator) {
@@ -205,6 +205,7 @@ public class WorldCreator {
/**
* Sets whether or not worlds created or loaded with this creator will have structures.
*
* @param generate Whether to generate structures
* @return This object, for chaining
*/
public WorldCreator generateStructures(boolean generate) {