Uses of Enum Class
io.github.projectunified.faststats.featureflag.FeatureFlag.Type
Packages that use FeatureFlag.Type
-
Uses of FeatureFlag.Type in io.github.projectunified.faststats.featureflag
Subclasses with type arguments of type FeatureFlag.Type in io.github.projectunified.faststats.featureflagModifier and TypeClassDescriptionstatic enumSupported value types for feature flags.Methods in io.github.projectunified.faststats.featureflag that return FeatureFlag.TypeModifier and TypeMethodDescriptionFeatureFlag.getType()Returns the type representing the value type of this flag.static FeatureFlag.TypeReturns the enum constant of this class with the specified name.static FeatureFlag.Type[]FeatureFlag.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.