Class WaypointPendingReceivedEvent
java.lang.Object
journeymap.api.v2.common.event.impl.JourneyMapEvent
journeymap.api.v2.common.event.impl.CommonEvent
journeymap.api.v2.server.event.server.WaypointPendingReceivedEvent
Fired once per recipient before a pending waypoint entry is stored.
Cancellable: cancel to skip this specific recipient; other recipients are unaffected.
-
Nested Class Summary
Nested classes/interfaces inherited from class journeymap.api.v2.common.event.impl.CommonEvent
CommonEvent.Side -
Field Summary
FieldsFields inherited from class journeymap.api.v2.common.event.impl.JourneyMapEvent
timestamp -
Constructor Summary
ConstructorsConstructorDescriptionWaypointPendingReceivedEvent(UUID recipientUUID, UUID senderUUID, Waypoint waypoint) -
Method Summary
Methods inherited from class journeymap.api.v2.common.event.impl.CommonEvent
getSideMethods inherited from class journeymap.api.v2.common.event.impl.JourneyMapEvent
cancel, isCancellable, isCancelled
-
Field Details
-
recipientUUID
-
senderUUID
-
waypoint
-
-
Constructor Details
-
WaypointPendingReceivedEvent
-