public class FullscreenEventRegistry
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static Event<FullscreenDisplayEvent.AddonButtonDisplayEvent> |
ADDON_BUTTON_DISPLAY_EVENT
This event is used for adding buttons to the right panel on the fullscreen map.
|
static Event<FullscreenDisplayEvent.CustomToolbarEvent> |
CUSTOM_TOOLBAR_UPDATE_EVENT
Used to create custom toolbars on the fullscreen map.
|
static Event<FullscreenMapEvent.ClickEvent> |
FULLSCREEN_MAP_CLICK_EVENT
Indicates that the fullscreen map is going to have a mouse click.
|
static Event<FullscreenMapEvent.MouseDraggedEvent> |
FULLSCREEN_MAP_DRAG_EVENT
Indicates the start of the mouse dragging.
|
static Event<FullscreenMapEvent.MouseMoveEvent> |
FULLSCREEN_MAP_MOVE_EVENT
Indicates moving of the mouse, gets block info where the cursor is pointing.
|
static Event<PopupMenuEvent.FullscreenPopupMenuEvent> |
FULLSCREEN_POPUP_MENU_EVENT
This event is fired when a user right clicks anywhere on the fullscreen map that is not an overlay or waypoint.
|
static Event<FullscreenRenderEvent> |
FULLSCREEN_RENDER_EVENT
This event is called after the map and all layers are drawn on the screen, between the map and the buttons.
|
static Event<FullscreenDisplayEvent.MapTypeButtonDisplayEvent> |
MAP_TYPE_BUTTON_DISPLAY_EVENT
Deprecated.
since this is a special event that requires special modification to use,
it is suggested to not use it without first discussing with TeamJM developers.
|
static Event<PopupMenuEvent.WaypointPopupMenuEvent> |
WAYPOINT_POPUP_MENU_EVENT
This event is fired when a user right-clicks on a waypoint icon.
|
| Constructor and Description |
|---|
FullscreenEventRegistry() |
public static final Event<FullscreenMapEvent.ClickEvent> FULLSCREEN_MAP_CLICK_EVENT
FullscreenMapEvent.ClickEvent, which can be cancelled.public static final Event<FullscreenMapEvent.MouseDraggedEvent> FULLSCREEN_MAP_DRAG_EVENT
FullscreenMapEvent.MouseDraggedEvent, which can be cancelled.public static final Event<FullscreenMapEvent.MouseMoveEvent> FULLSCREEN_MAP_MOVE_EVENT
FullscreenMapEvent.MouseMoveEvent, which can not be cancelled.public static final Event<PopupMenuEvent.FullscreenPopupMenuEvent> FULLSCREEN_POPUP_MENU_EVENT
IOverlayListener.onOverlayMenuPopup(UIState, Point2D.Double, BlockPos, ModPopupMenu)
This event is cancellablepublic static final Event<PopupMenuEvent.WaypointPopupMenuEvent> WAYPOINT_POPUP_MENU_EVENT
public static final Event<FullscreenDisplayEvent.CustomToolbarEvent> CUSTOM_TOOLBAR_UPDATE_EVENT
@Deprecated public static final Event<FullscreenDisplayEvent.MapTypeButtonDisplayEvent> MAP_TYPE_BUTTON_DISPLAY_EVENT
public static final Event<FullscreenDisplayEvent.AddonButtonDisplayEvent> ADDON_BUTTON_DISPLAY_EVENT
public static final Event<FullscreenRenderEvent> FULLSCREEN_RENDER_EVENT
This event is not cancellable.