Class WorldInitEvent


public class WorldInitEvent extends WorldEvent
Called when a World is initializing.

To get every world it is recommended to add following to the plugin.yml.

load: STARTUP
  • Constructor Details

    • WorldInitEvent

      public WorldInitEvent(@NotNull World world)
  • Method Details