public class ServerEventRegistry
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static Event<GlobalWaypointEvent> |
GLOBAL_WAYPOINT_EVENT
Fired for global waypoint CRUD.
|
static Event<GlobalWaypointGroupEvent> |
GLOBAL_WAYPOINT_GROUP_EVENT
Fired for global waypoint group CRUD.
|
static Event<ServerOptionsRegistryEvent> |
OPTIONS_REGISTRY_EVENT
Fired on the server when it is time for server plugins to register their
configuration options.
|
static Event<PlayerRadarUpdateEvent> |
PLAYER_RADAR_UPDATE_EVENT
Fired per (receiver, remote-player) pair on radar broadcast tick (UPDATE)
and per receiver on disconnect/world-unload (REMOVE).
|
static Event<TeleportEvent> |
TELEPORT_EVENT
The event is only fired on the server when a user teleports via waypoint teleport or context menu teleport.
|
static Event<WaypointPendingActionEvent> |
WAYPOINT_PENDING_ACTION_EVENT
Fired when a recipient accepts or declines a pending waypoint.
|
static Event<WaypointPendingReceivedEvent> |
WAYPOINT_PENDING_RECEIVED_EVENT
Fired once per recipient before a pending waypoint entry is stored.
|
static Event<WaypointShareSubmitEvent> |
WAYPOINT_SHARE_SUBMIT_EVENT
Fired on the server when a player (or addon via IServerAPI) submits a waypoint share.
|
| Constructor and Description |
|---|
ServerEventRegistry() |
public static final Event<WaypointShareSubmitEvent> WAYPOINT_SHARE_SUBMIT_EVENT
public static final Event<WaypointPendingReceivedEvent> WAYPOINT_PENDING_RECEIVED_EVENT
public static final Event<WaypointPendingActionEvent> WAYPOINT_PENDING_ACTION_EVENT
public static final Event<GlobalWaypointEvent> GLOBAL_WAYPOINT_EVENT
public static final Event<GlobalWaypointGroupEvent> GLOBAL_WAYPOINT_GROUP_EVENT
public static final Event<PlayerRadarUpdateEvent> PLAYER_RADAR_UPDATE_EVENT
public static final Event<TeleportEvent> TELEPORT_EVENT
public static final Event<ServerOptionsRegistryEvent> OPTIONS_REGISTRY_EVENT
Option
instances in the handler; they self-register and then appear in the
Server Admin options screen for admins/ops to edit. Not cancellable.