Class WaypointGroupEvent

java.lang.Object
journeymap.api.v2.common.event.impl.JourneyMapEvent
journeymap.api.v2.common.event.common.WaypointGroupEvent

public class WaypointGroupEvent extends JourneyMapEvent
  • Constructor Details

  • Method Details

    • deleteWaypoints

      public boolean deleteWaypoints()
      If the delete group event is also deleting all the waypoints in the group
      Returns:
      - the boolean
    • getGroup

      public WaypointGroup getGroup()
      Gets the waypoint group that the event is handling.
      Returns:
      - The waypoint group.
    • getContext

      public WaypointGroupEvent.Context getContext()
      The event context.
      Returns:
      - The context.