Interface LoadWorldEvent

All Superinterfaces:
Event

public interface LoadWorldEvent extends Event
Event for when a world is loaded.
  • Method Details

    • world

      ServerWorld world()
      Gets the world.
      Returns:
      The world
    • hasLoadedBefore

      boolean hasLoadedBefore()
      Gets if the world has loaded before.
      Returns:
      True if loaded before, false if not