Added 'generate-structure' setting support and WorldCreator property.
Fixes BUKKIT-655 and BUKKIT-592 By: Eric Stokes <fernferret@gmail.com>
This commit is contained in:
@@ -761,6 +761,13 @@ public interface World extends PluginMessageRecipient {
|
||||
*/
|
||||
public WorldType getWorldType();
|
||||
|
||||
/**
|
||||
* Gets whether or not structures are being generated.
|
||||
*
|
||||
* @return True if structures are being generated.
|
||||
*/
|
||||
public boolean canGenerateStructures();
|
||||
|
||||
/**
|
||||
* Represents various map environment types that a world may be
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user