Uses of Enum Class
org.geysermc.connector.common.AuthType
Packages that use AuthType
Package
Description
-
Uses of AuthType in org.geysermc.connector
Methods in org.geysermc.connector that return AuthType -
Uses of AuthType in org.geysermc.connector.common
Fields in org.geysermc.connector.common declared as AuthTypeMethods in org.geysermc.connector.common that return AuthTypeModifier and TypeMethodDescriptionAuthType.Deserializer.deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt)static AuthTypeAuthType.getById(int id)static AuthTypeConvert the AuthType string (from config) to the enum, ONLINE on failstatic AuthTypeReturns the enum constant of this class with the specified name.static AuthType[]AuthType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AuthType in org.geysermc.connector.configuration
Methods in org.geysermc.connector.configuration that return AuthType