Package | Description |
---|---|
net.minecraft.server.network |
Modifier and Type | Field and Description |
---|---|
private NetHandlerLoginServer.LoginState |
NetHandlerLoginServer.currentLoginState |
Modifier and Type | Method and Description |
---|---|
static NetHandlerLoginServer.LoginState |
NetHandlerLoginServer.LoginState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NetHandlerLoginServer.LoginState[] |
NetHandlerLoginServer.LoginState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|