Class FullscreenDisplayEvent.CustomToolbarEvent

java.lang.Object
journeymap.api.v2.common.event.impl.JourneyMapEvent
journeymap.api.v2.common.event.impl.ClientEvent
journeymap.api.v2.client.event.FullscreenDisplayEvent.CustomToolbarEvent
Enclosing class:
FullscreenDisplayEvent

@Deprecated public static class FullscreenDisplayEvent.CustomToolbarEvent extends ClientEvent
Deprecated.
this event should be a rare usage event, most mods should use FullscreenDisplayEvent.AddonButtonDisplayEvent. Overuse of this event can cause toolbars to display over other mod's toolbars. USE SPARINGLY! This event is not cancellable
Used to create custom toolbars on the fullscreen map.
  • Constructor Details

  • Method Details

    • getCustomToolBarBuilder

      public CustomToolBarBuilder getCustomToolBarBuilder()
      Deprecated.
    • getFullscreen

      public IFullscreen getFullscreen()
      Deprecated.