Pulling all pending Bukkit-JavaDoc changes

By: Edmond Poon <sagaciouszzzz@gmail.com>
This commit is contained in:
Bukkit/Spigot
2013-08-03 21:46:30 -04:00
parent b9642786eb
commit 599ec05858
80 changed files with 259 additions and 43 deletions

View File

@@ -972,6 +972,7 @@ public interface World extends PluginMessageRecipient, Metadatable {
/**
* Gets the limit for number of animals that can spawn in a chunk in this world
*
* @return The animal spawn limit
*/
int getAnimalSpawnLimit();
@@ -986,6 +987,7 @@ public interface World extends PluginMessageRecipient, Metadatable {
/**
* Gets the limit for number of water animals that can spawn in a chunk in this world
*
* @return The water animal spawn limit
*/
int getWaterAnimalSpawnLimit();
@@ -1000,6 +1002,7 @@ public interface World extends PluginMessageRecipient, Metadatable {
/**
* Gets the limit for number of ambient mobs that can spawn in a chunk in this world
*
* @return The ambient spawn limit
*/
int getAmbientSpawnLimit();
@@ -1098,6 +1101,7 @@ public interface World extends PluginMessageRecipient, Metadatable {
/**
* Get an environment by ID
*
* @param id The ID of the environment
* @return The environment
*/