Uses of Class
io.github.projectunified.faststats.featureflag.FeatureFlag
Packages that use FeatureFlag
-
Uses of FeatureFlag in io.github.projectunified.faststats.featureflag
Methods in io.github.projectunified.faststats.featureflag that return FeatureFlagModifier and TypeMethodDescriptionDefines a boolean feature flag.Defines a boolean feature flag with attributes.Defines a Number feature flag.Defines a Number feature flag with attributes.Defines a String feature flag.Defines a String feature flag with attributes.Methods in io.github.projectunified.faststats.featureflag with parameters of type FeatureFlagModifier and TypeMethodDescription<T> CompletableFuture<T> FeatureFlagManager.fetch(FeatureFlag<T> flag) <T> CompletableFuture<T> FeatureFlagManager.optIn(FeatureFlag<T> flag) <T> CompletableFuture<T> FeatureFlagManager.optOut(FeatureFlag<T> flag)