Class WaypointPendingActionEvent
java.lang.Object
journeymap.api.v2.common.event.impl.JourneyMapEvent
journeymap.api.v2.common.event.impl.CommonEvent
journeymap.api.v2.server.event.WaypointPendingActionEvent
Fired when a recipient accepts or declines a pending waypoint.
Cancellable: cancel to block the action (waypoint stays in pending).
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class CommonEvent
CommonEvent.Side -
Field Summary
FieldsFields inherited from class JourneyMapEvent
timestamp -
Constructor Summary
ConstructorsConstructorDescriptionWaypointPendingActionEvent(UUID playerUUID, Waypoint waypoint, WaypointPendingActionEvent.Action action) -
Method Summary
Methods inherited from class CommonEvent
getSideMethods inherited from class JourneyMapEvent
cancel, isCancellable, isCancelled
-
Field Details
-
playerUUID
-
waypoint
-
action
-
-
Constructor Details
-
WaypointPendingActionEvent
public WaypointPendingActionEvent(UUID playerUUID, Waypoint waypoint, WaypointPendingActionEvent.Action action)
-