Class WaypointShareSubmitEvent


public class WaypointShareSubmitEvent extends CommonEvent
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.
  • Field Details

    • senderUUID

      public final UUID senderUUID
    • senderName

      public final String senderName
    • waypoint

      public final Waypoint waypoint
    • targetIds

      public final List<UUID> targetIds
  • Constructor Details

    • WaypointShareSubmitEvent

      public WaypointShareSubmitEvent(UUID senderUUID, String senderName, Waypoint waypoint, List<UUID> targetIds)