public class ClientEventRegistry
extends java.lang.Object
IClientPlugin.initialize(IClientAPI) method on your plugin.
Example:
DEATH_WAYPOINT_EVENT.subscribe(MOD_ID, Consumer)| Modifier and Type | Field and Description |
|---|---|
static Event<DeathWaypointEvent> |
DEATH_WAYPOINT_EVENT
Indicates a Death Waypoint is about to be created for the player.
|
static Event<DisplayUpdateEvent> |
DISPLAY_UPDATE_EVENT
Indicates a change in the display characteristics of the specified UI.
|
static Event<EntityRadarUpdateEvent> |
ENTITY_RADAR_UPDATE_EVENT
This event is fired when JourneyMap updates an entity before it is displayed on the map.
|
static Event<EntityRegistrationEvent> |
ENTITY_REGISTRATION_EVENT
This event is fired very early in mod loading so that JourneyMap has a handle on possible entities to display on the map
This event is not cancellable.
|
static Event<RegistryEvent.InfoSlotRegistryEvent> |
INFO_SLOT_REGISTRY_EVENT
Register info slots.
|
static Event<MappingEvent> |
MAPPING_EVENT
Indicates JourneyMap has started or stopped mapping chunks in the dimension.
|
static Event<RegistryEvent.OptionsRegistryEvent> |
OPTIONS_REGISTRY_EVENT
Register options in the addon options screen.
|
| Constructor and Description |
|---|
ClientEventRegistry() |
public static final Event<DeathWaypointEvent> DEATH_WAYPOINT_EVENT
DeathWaypointEvent, which can be cancelled.
Can be cancelled, which will prevent the waypoint creation.public static final Event<DisplayUpdateEvent> DISPLAY_UPDATE_EVENT
DisplayUpdateEvent, which can not be cancelled.public static final Event<MappingEvent> MAPPING_EVENT
MappingEvent.
Cannot be cancelled.public static final Event<RegistryEvent.InfoSlotRegistryEvent> INFO_SLOT_REGISTRY_EVENT
RegistryEventpublic static final Event<RegistryEvent.OptionsRegistryEvent> OPTIONS_REGISTRY_EVENT
RegistryEventpublic static final Event<EntityRadarUpdateEvent> ENTITY_RADAR_UPDATE_EVENT
public static final Event<EntityRegistrationEvent> ENTITY_REGISTRATION_EVENT