Class WaypointShareSubmitEvent
java.lang.Object
journeymap.api.v2.common.event.impl.JourneyMapEvent
journeymap.api.v2.common.event.impl.CommonEvent
journeymap.api.v2.server.event.server.WaypointShareSubmitEvent
Fired on the server when a player (or addon via IServerAPI) submits a waypoint share.
Cancellable: cancel to block the entire share (nothing stored, no notifications sent).
Addon may mutate
targetIds to filter recipients before returning.-
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
Constructors -
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
-
senderUUID
-
senderName
-
waypoint
-
targetIds
-
-
Constructor Details
-
WaypointShareSubmitEvent
-