Class MapInitializeEvent


public class MapInitializeEvent extends ServerEvent
Called when a map is initialized.
  • Constructor Details Link icon

    • MapInitializeEvent Link icon

      public MapInitializeEvent(@NotNull MapView mapView)
  • Method Details Link icon

    • getMap Link icon

      @NotNull public MapView getMap()
      Gets the map initialized in this event.
      Returns:
      Map for this event
    • getHandlers Link icon

      @NotNull public HandlerList getHandlers()
      Specified by:
      getHandlers in class Event
    • getHandlerList Link icon

      @NotNull public static HandlerList getHandlerList()