Uses of Enum Class
org.geysermc.geyser.session.auth.AuthType
Packages that use AuthType
-
Uses of AuthType in org.geysermc.geyser.configuration
Methods in org.geysermc.geyser.configuration that return AuthType -
Uses of AuthType in org.geysermc.geyser.session.auth
Fields in org.geysermc.geyser.session.auth declared as AuthTypeMethods in org.geysermc.geyser.session.auth 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.