HyCodeYourTale
classpublicPriority 3

ShutdownReason

com.hypixel.hytale.server.core.ShutdownReason

3

Methods

3

Public Methods

2

Fields

2

Constructors

Constants

ShutdownReasonAUTH_FAILED= new ShutdownReason(2)
ShutdownReasonCLIENT_GONE= new ShutdownReason(4)
ShutdownReasonCRASH= new ShutdownReason(1)
ShutdownReasonMISSING_ASSETS= new ShutdownReason(7)
ShutdownReasonMISSING_REQUIRED_PLUGIN= new ShutdownReason(5)
ShutdownReasonSHUTDOWN= new ShutdownReason(0)
ShutdownReasonSIGINT= new ShutdownReason(130)
ShutdownReasonVALIDATE_ERROR= new ShutdownReason(6)
ShutdownReasonWORLD_GEN= new ShutdownReason(3)

Constructors

public
ShutdownReason(int exitCode)
public
ShutdownReason(int exitCode, String message)

Methods

Public Methods (3)

public
int getExitCode()
public
String getMessage()
public
String toString()
@Nonnull@Override

Fields

Private/Package Fields (2)

privateint exitCode
privateString message