Class RegistryEvent.OptionsRegistryEvent
java.lang.Object
journeymap.api.v2.common.event.impl.JourneyMapEvent
journeymap.api.v2.client.event.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 RegistryEvent
RegistryEvent.InfoSlotRegistryEvent, RegistryEvent.OptionsRegistryEvent, RegistryEvent.RegistryType -
Field Summary
Fields inherited from class ClientEvent
dimensionFields inherited from class JourneyMapEvent
timestamp -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class RegistryEvent
getRegistryTypeMethods inherited from class JourneyMapEvent
cancel, isCancellable, isCancelled
-
Constructor Details
-
OptionsRegistryEvent
public OptionsRegistryEvent()
-