Uses of Enum Class
net.neoforged.testframework.conf.Feature
Packages that use Feature
-
Uses of Feature in net.neoforged.testframework.conf
Fields in net.neoforged.testframework.conf with type parameters of type FeatureModifier and TypeFieldDescriptionprivate final Collection
<Feature> FrameworkConfiguration.enabledFeatures
The field for theenabledFeatures
record component.private final Collection
<Feature> FrameworkConfiguration.Builder.features
Methods in net.neoforged.testframework.conf that return FeatureModifier and TypeMethodDescriptionstatic Feature
Returns the enum constant of this class with the specified name.static Feature[]
Feature.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.neoforged.testframework.conf that return types with arguments of type FeatureModifier and TypeMethodDescriptionFrameworkConfiguration.enabledFeatures()
Returns the value of theenabledFeatures
record component.Methods in net.neoforged.testframework.conf with parameters of type FeatureModifier and TypeMethodDescriptionboolean
Constructor parameters in net.neoforged.testframework.conf with type arguments of type FeatureModifierConstructorDescriptionFrameworkConfiguration
(ResourceLocation id, Collection<Feature> enabledFeatures, int commandRequiredPermission, List<String> enabledTests, @Nullable Supplier<ClientConfiguration> clientConfiguration, List<SummaryDumper> dumpers, MissingDescriptionAction onMissingDescription) Creates an instance of aFrameworkConfiguration
record class.