geforkt von Mirrors/Paper
Added a World.getWorldType() method
By: Nathan Adams <dinnerbone@dinnerbone.com>
Dieser Commit ist enthalten in:
Ursprung
4c80a49933
Commit
b91d0d5a5f
@ -746,6 +746,13 @@ public interface World extends PluginMessageRecipient {
|
||||
*/
|
||||
public File getWorldFolder();
|
||||
|
||||
/**
|
||||
* Gets the type of this world.
|
||||
*
|
||||
* @return Type of this world.
|
||||
*/
|
||||
public WorldType getWorldType();
|
||||
|
||||
/**
|
||||
* Represents various map environment types that a world may be
|
||||
*/
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren