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.enabledFeaturesThe field for theenabledFeaturesrecord component.private final Collection<Feature> FrameworkConfiguration.Builder.featuresMethods in net.neoforged.testframework.conf that return FeatureModifier and TypeMethodDescriptionstatic FeatureReturns 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 theenabledFeaturesrecord component.Methods in net.neoforged.testframework.conf with parameters of type FeatureModifier and TypeMethodDescriptionbooleanConstructor 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 aFrameworkConfigurationrecord class.