Package journeymap.api.v2.client.event
Class RegistryEvent.OptionsRegistryEvent
java.lang.Object
journeymap.api.v2.common.event.impl.JourneyMapEvent
journeymap.api.v2.common.event.impl.ClientEvent
journeymap.api.v2.client.event.RegistryEvent
journeymap.api.v2.client.event.RegistryEvent.OptionsRegistryEvent
- Enclosing class:
RegistryEvent
Fired when it is time to register custom options to display in journeymap options screen.
This event is fired very early during the mod loading process. It is fired at the postInit phase of Journeymap which is right before the main title screen is loaded.
-
Nested Class Summary
Nested classes/interfaces inherited from class journeymap.api.v2.client.event.RegistryEvent
RegistryEvent.InfoSlotRegistryEvent, RegistryEvent.OptionsRegistryEvent, RegistryEvent.RegistryType -
Field Summary
Fields inherited from class journeymap.api.v2.common.event.impl.ClientEvent
dimensionFields inherited from class journeymap.api.v2.common.event.impl.JourneyMapEvent
timestamp -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class journeymap.api.v2.client.event.RegistryEvent
getRegistryTypeMethods inherited from class journeymap.api.v2.common.event.impl.JourneyMapEvent
cancel, isCancellable, isCancelled
-
Constructor Details
-
OptionsRegistryEvent
public OptionsRegistryEvent()
-