public interface ConstructWorldPropertiesEvent extends Event
WorldProperties
has been created. Often paired with a
LoadWorldEvent
, but that is not guaranteed.Modifier and Type | Method and Description |
---|---|
WorldArchetype |
getWorldArchetype()
Gets the
WorldArchetype used to create the world. |
WorldProperties |
getWorldProperties()
Gets the properties of the newly created world.
|
getCause, getContext, getSource
WorldProperties getWorldProperties()
WorldArchetype getWorldArchetype()
WorldArchetype
used to create the world.