Improve javadoc in 26 files.

Addresses:
BUKKIT-1643, BUKKIT-1868, BUKKIT-1846, BUKKIT-2632, BUKKIT-3196,
BUKKIT-3187, BUKKIT-3198, BUKKIT-3200, BUKKIT-3201 and BUKKIT-3417.

By: feildmaster <admin@feildmaster.com>
This commit is contained in:
Bukkit/Spigot
2013-01-22 15:09:24 -06:00
parent c5392313d3
commit 8065c9095a
26 changed files with 253 additions and 144 deletions

View File

@@ -957,7 +957,7 @@ public interface World extends PluginMessageRecipient, Metadatable {
/**
* Gets limit for number of monsters that can spawn in a chunk in this world
* @returns The monster spawn limit
* @return The monster spawn limit
*/
int getMonsterSpawnLimit();
@@ -971,7 +971,7 @@ public interface World extends PluginMessageRecipient, Metadatable {
/**
* Gets the limit for number of animals that can spawn in a chunk in this world
* @returns The animal spawn limit
* @return The animal spawn limit
*/
int getAnimalSpawnLimit();
@@ -985,7 +985,7 @@ public interface World extends PluginMessageRecipient, Metadatable {
/**
* Gets the limit for number of water animals that can spawn in a chunk in this world
* @returns The water animal spawn limit
* @return The water animal spawn limit
*/
int getWaterAnimalSpawnLimit();