| Package | Description |
|---|---|
| org.geysermc.connector.common |
| Modifier and Type | Field and Description |
|---|---|
static AuthType[] |
AuthType.VALUES |
| Modifier and Type | Method and Description |
|---|---|
static AuthType |
AuthType.getById(int id) |
static AuthType |
AuthType.getByName(String name)
Convert the AuthType string (from config) to the enum, OFFLINE on fail
|
static AuthType |
AuthType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthType[] |
AuthType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021 GeyserMC. All rights reserved.