Package us.ajg0702.queue.api.events
Class SuccessfulSendEvent
java.lang.Object
us.ajg0702.queue.api.events.SuccessfulSendEvent
- All Implemented Interfaces:
Event
Called after a player is successfully sent to a server.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the player that was sentGets the server that the player was sent to
-
Constructor Details
-
SuccessfulSendEvent
-
-
Method Details
-
getPlayer
Gets the player that was sent- Returns:
- the player that was sent
-
getServer
Gets the server that the player was sent to- Returns:
- The server that the player was sent to
-