Uses of Enum Class
net.neoforged.testframework.conf.Feature
-
Uses of Feature in net.neoforged.testframework.conf
Modifier and TypeFieldDescriptionprivate final Collection<Feature>
FrameworkConfiguration.enabledFeatures
The field for theenabledFeatures
record component.private final Collection<Feature>
FrameworkConfiguration.Builder.features
Modifier 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.Modifier and TypeMethodDescriptionFrameworkConfiguration.enabledFeatures()
Returns the value of theenabledFeatures
record component.Modifier and TypeMethodDescriptionboolean
ModifierConstructorDescriptionFrameworkConfiguration
(ResourceLocation id, Collection<Feature> enabledFeatures, int commandRequiredPermission, List<String> enabledTests, @Nullable Supplier<ClientConfiguration> clientConfiguration) Creates an instance of aFrameworkConfiguration
record class.