Class SuccessfulSendEvent

java.lang.Object
us.ajg0702.queue.api.events.SuccessfulSendEvent
All Implemented Interfaces:
Event

public class SuccessfulSendEvent extends Object implements Event
Called after a player is successfully sent to a server.
  • Constructor Details

  • Method Details

    • getPlayer

      public AdaptedPlayer getPlayer()
      Gets the player that was sent
      Returns:
      the player that was sent
    • getServer

      public AdaptedServer getServer()
      Gets the server that the player was sent to
      Returns:
      The server that the player was sent to