Class ServerOptionsRegistryEvent
java.lang.Object
journeymap.api.v2.common.event.impl.JourneyMapEvent
journeymap.api.v2.common.event.impl.CommonEvent
journeymap.api.v2.server.event.ServerOptionsRegistryEvent
Fired on the server when it is time for server plugins to register their
configuration options.
Server plugins should create their Option
instances in a handler for this event (subscribed via
ServerEventRegistry.OPTIONS_REGISTRY_EVENT).
Options self-register into OptionsRegistry
when constructed, and JourneyMap reads that registry to build the server addon
options shown in the Server Admin options screen.
This event is not cancellable.
-
Nested Class Summary
Nested classes/interfaces inherited from class CommonEvent
CommonEvent.Side -
Field Summary
Fields inherited from class JourneyMapEvent
timestamp -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class CommonEvent
getSideMethods inherited from class JourneyMapEvent
cancel, isCancellable, isCancelled
-
Constructor Details
-
ServerOptionsRegistryEvent
public ServerOptionsRegistryEvent()
-