@ParametersAreNonnullByDefault
See: Description
| Interface | Description |
|---|---|
| RegistryEvent.InfoSlotRegistryEvent.InfoSlotRegistrar |
| Class | Description |
|---|---|
| ClientEvent |
Parent class for events propagated by the Client API to IClientPlugin implementations.
|
| DeathWaypointEvent |
Indicates a Death Waypoint is about to be created.
|
| DisplayUpdateEvent |
Indicates a change in the display characteristics of the specified UI.
|
| EntityRadarUpdateEvent |
This event is fired when JourneyMap updates an entity before it is displayed on the map.
|
| EntityRegistrationEvent |
Register entity classes that are not a typical
LivingEntity or Entity that is used by vanilla that needs to be displayed on the map.
|
| FullscreenDisplayEvent |
This event is used for adding buttons to existing tool-bars or creating your own toolbars on the fullscreen map.
|
| FullscreenDisplayEvent.AddonButtonDisplayEvent |
This event is used for adding buttons to the right panel on the fullscreen map.
|
| FullscreenDisplayEvent.CustomToolbarEvent | Deprecated
this event should be a rare usage event, most mods should use
FullscreenDisplayEvent.AddonButtonDisplayEvent. |
| FullscreenDisplayEvent.MapTypeButtonDisplayEvent | Deprecated
since this is a special event that requires special modification uses, it is suggested to not use it.
|
| FullscreenMapEvent |
Event classes for the Fullscreen map.
|
| FullscreenMapEvent.ClickEvent |
ClickedEvent, handles mouseclicks pre and post, pre is cancelable post is not.
|
| FullscreenMapEvent.MouseDraggedEvent |
MouseDraggedEvent, handles mouse dragging pre and post, pre is cancelable post is not.
|
| FullscreenMapEvent.MouseMoveEvent |
MouseDraggedEvent, handles mouse dragging pre and post, pre is cancelable post is not.
|
| FullscreenRenderEvent |
This event fired after map tiles and all entities, polygons, waypoints and before the buttons.
|
| InfoSlotDisplayEvent | |
| MappingEvent |
This event fires when mapping starts or stops.
|
| PopupMenuEvent |
This event is used for adding items to the right click menu on the fullscreen map.
|
| PopupMenuEvent.FullscreenPopupMenuEvent |
This event is fired when a user right clicks anywhere on the fullscreen map that is not an overlay or waypoint.
|
| PopupMenuEvent.WaypointPopupMenuEvent |
This event is fired when a user right-clicks on a waypoint icon.
|
| RegistryEvent |
Event classes for journeymap registries.
|
| RegistryEvent.InfoSlotRegistryEvent |
Used for creating your own info slots.
|
| RegistryEvent.OptionsRegistryEvent |
Fired when it is time to register custom options to display in journeymap options screen.
|
| Enum | Description |
|---|---|
| EntityRadarUpdateEvent.EntityType | |
| EntityRegistrationEvent.Type | |
| FullscreenMapEvent.Stage | |
| InfoSlotDisplayEvent.Position | |
| MappingEvent.Stage |
The mapping stages
|
| PopupMenuEvent.Layer | |
| RegistryEvent.RegistryType |
The registry types.
|