Class FullscreenDisplayEvent.MapTypeButtonDisplayEvent
java.lang.Object
journeymap.api.v2.common.event.impl.JourneyMapEvent
journeymap.api.v2.client.event.ClientEvent
journeymap.api.v2.client.event.FullscreenDisplayEvent
journeymap.api.v2.client.event.FullscreenDisplayEvent.MapTypeButtonDisplayEvent
- Enclosing class:
FullscreenDisplayEvent
@Deprecated
public static class FullscreenDisplayEvent.MapTypeButtonDisplayEvent
extends FullscreenDisplayEvent
Deprecated.
since this is a special event that requires special modification uses, it is suggested to not use it.
Used for adding buttons to the maptype theme button list.
We currently do not have any hooks to add map types, but this event exists for
those that want to add maptypes through your own means.
This event is not cancellable
-
Nested Class Summary
Nested classes/interfaces inherited from class FullscreenDisplayEvent
FullscreenDisplayEvent.AddonButtonDisplayEvent, FullscreenDisplayEvent.CustomToolbarEvent, FullscreenDisplayEvent.MapTypeButtonDisplayEvent -
Field Summary
Fields inherited from class ClientEvent
dimensionFields inherited from class JourneyMapEvent
timestamp -
Constructor Summary
ConstructorsConstructorDescriptionMapTypeButtonDisplayEvent(IFullscreen fullscreen, ThemeButtonDisplay themeButtonDisplay) Deprecated. -
Method Summary
Methods inherited from class FullscreenDisplayEvent
getFullscreen, getThemeButtonDisplayMethods inherited from class JourneyMapEvent
cancel, isCancellable, isCancelled
-
Constructor Details
-
MapTypeButtonDisplayEvent
Deprecated.
-