mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-22 10:36:06 +01:00
Re-added missing method.
This commit is contained in:
parent
7c827c1c8a
commit
b643b3a3eb
@ -65,7 +65,7 @@ abstract class AbstractMultiverseWorld implements MultiverseWorld {
|
||||
//To change body of implemented methods use File | Settings | File Templates.
|
||||
}
|
||||
|
||||
//@Override TODO decide about config-api relationship
|
||||
@Override
|
||||
public WorldProperties getWorldProperties() {
|
||||
return worldProperties;
|
||||
}
|
||||
|
@ -41,6 +41,17 @@ public interface MultiverseWorld {
|
||||
*/
|
||||
UUID getWorldUID();
|
||||
|
||||
/**
|
||||
* Returns the WorldProperties object that contains the backing for all the values of a Multiverse World.
|
||||
*
|
||||
* All of these properties are generally gettable and settable via the MultiverseWorld class. Specific uses for
|
||||
* the returned object may be to set properties in a different way and to perform more complex actions related
|
||||
* to properties.
|
||||
*
|
||||
* @return The properties for this world.
|
||||
*/
|
||||
WorldProperties getWorldProperties();
|
||||
|
||||
/**
|
||||
* Gets the type of this world. As of 1.2 this will be:
|
||||
* FLAT, NORMAL or VERSION_1_1
|
||||
|
Loading…
Reference in New Issue
Block a user