Uses of Record Class
net.neoforged.testframework.conf.ClientConfiguration
Package
Description
-
Uses of ClientConfiguration in net.neoforged.testframework.client
Modifier and TypeFieldDescriptionprivate final ClientConfiguration
FrameworkClientImpl.configuration
Modifier and TypeMethodDescriptionFrameworkClientImpl.Factory.create
(MutableTestFramework impl, ClientConfiguration clientConfiguration) ModifierConstructorDescriptionFrameworkClientImpl
(MutableTestFramework impl, ClientConfiguration clientConfiguration) -
Uses of ClientConfiguration in net.neoforged.testframework.conf
Modifier and TypeFieldDescriptionprivate @Nullable Supplier
<ClientConfiguration> FrameworkConfiguration.Builder.clientConfiguration
private final @Nullable Supplier
<ClientConfiguration> FrameworkConfiguration.clientConfiguration
The field for theclientConfiguration
record component.Modifier and TypeMethodDescription@Nullable Supplier
<ClientConfiguration> FrameworkConfiguration.clientConfiguration()
Returns the value of theclientConfiguration
record component.Modifier and TypeMethodDescriptionFrameworkConfiguration.Builder.clientConfiguration
(Supplier<ClientConfiguration> clientConfiguration) ModifierConstructorDescriptionFrameworkConfiguration
(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. -
Uses of ClientConfiguration in net.neoforged.testframework.impl
Modifier and TypeMethodDescriptionFrameworkClient.Factory.create
(MutableTestFramework impl, ClientConfiguration clientConfiguration)