Adding/expanding documentation

This commit is contained in:
Celtic Minstrel
2012-02-26 12:13:30 -05:00
committed by EvilSeph
parent 17403d617a
commit 18a4a25c8b
20 changed files with 162 additions and 16 deletions

View File

@@ -921,6 +921,11 @@ public interface World extends PluginMessageRecipient, Metadatable {
return id;
}
/**
* Get an environment by ID
* @param id The ID of the environment
* @return The environment
*/
public static Environment getEnvironment(int id) {
return lookup.get(id);
}