Uses of Enum Class
net.joseplay.allianceutils.api.configuration.AbstractConfig.ValueType
Packages that use AbstractConfig.ValueType
-
Uses of AbstractConfig.ValueType in net.joseplay.allianceutils.api.configuration
Methods in net.joseplay.allianceutils.api.configuration that return AbstractConfig.ValueTypeModifier and TypeMethodDescriptionAbstractConfig.ConfigKey.getType()static AbstractConfig.ValueTypeReturns the enum constant of this class with the specified name.static AbstractConfig.ValueType[]AbstractConfig.ValueType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.joseplay.allianceutils.api.configuration with parameters of type AbstractConfig.ValueTypeModifier and TypeMethodDescription<P extends Enum & AbstractConfig.ConfigKey,C>
CAbstractConfig.getValue(P key, AbstractConfig.ValueType type) Retrieves a typed value with validation.