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