Interface LoadWorldEvent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
hasLoadedBefore()
Gets if theworld
has loaded before.ServerWorld
world()
Gets theworld
.
-
-
-
Method Detail
-
world
ServerWorld world()
Gets theworld
.- Returns:
- The world
-
hasLoadedBefore
boolean hasLoadedBefore()
Gets if theworld
has loaded before.- Returns:
- True if loaded before, false if not
-
-