Re-added missing method.

This commit is contained in:
Jeremy Wood 2012-11-09 22:47:29 -05:00
parent 7c827c1c8a
commit b643b3a3eb
2 changed files with 12 additions and 1 deletions

View File

@ -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;
}

View File

@ -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