public class FullscreenDisplayEvent extends ClientEvent
| Modifier and Type | Class and Description |
|---|---|
static class |
FullscreenDisplayEvent.AddonButtonDisplayEvent
This event is used for adding buttons to the right panel on the fullscreen map.
|
static class |
FullscreenDisplayEvent.CustomToolbarEvent
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 |
static class |
FullscreenDisplayEvent.MapTypeButtonDisplayEvent
Deprecated.
since this is a special event that requires special modification uses, it is suggested to not use it.
|
dimensiontimestamp| Modifier and Type | Method and Description |
|---|---|
IFullscreen |
getFullscreen() |
ThemeButtonDisplay |
getThemeButtonDisplay() |
cancel, isCancellable, isCancelledpublic IFullscreen getFullscreen()
public ThemeButtonDisplay getThemeButtonDisplay()