Class WaypointEvent


public class WaypointEvent extends CommonEvent
This event handles all the CRUD operations of a waypoints. TODO: Currently only a client side event, will be a common event eventually.
  • Field Details

  • Constructor Details

  • Method Details

    • getDimension

      public int getDimension()
      World dimension where event occurred.
    • getWaypoint

      public Waypoint getWaypoint()
      Gets the waypoint that the event is handling.
      Returns:
      - The waypoint.
    • getContext

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