| Package | Description |
|---|---|
| org.geysermc.connector | |
| org.geysermc.connector.common | |
| org.geysermc.connector.configuration |
| Modifier and Type | Method and Description |
|---|---|
AuthType |
GeyserConnector.getDefaultAuthType()
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
static AuthType[] |
AuthType.VALUES |
| Modifier and Type | Method and Description |
|---|---|
AuthType |
AuthType.Deserializer.deserialize(com.fasterxml.jackson.core.JsonParser p,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
static AuthType |
AuthType.getById(int id) |
static AuthType |
AuthType.getByName(String name)
Convert the AuthType string (from config) to the enum, ONLINE 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.
|
| Modifier and Type | Method and Description |
|---|---|
AuthType |
GeyserConfiguration.IRemoteConfiguration.getAuthType() |
Copyright © 2021 GeyserMC. All rights reserved.