Class SubStopEvent
java.lang.Object
net.ME1312.SubServers.Velocity.Event.SubStopEvent
- All Implemented Interfaces:
SubEvent
Server Stop Event
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SubStopEvent
Server Stop Event- Parameters:
player
- Player Stopping Serverserver
- Server Stoppingforce
- If it was a Forced Shutdown
-
-
Method Details
-
getServer
Gets the Server Effected- Returns:
- The Server Effected
-
getPlayer
Gets the player that triggered the Event- Returns:
- The Player that triggered this Event or null if Console
-
isForced
public boolean isForced()Gets if it was a forced shutdown- Returns:
- Forced Shutdown Status
-