Uses of Record Class
net.neoforged.testframework.conf.ClientConfiguration
Packages that use ClientConfiguration
Package
Description
-
Uses of ClientConfiguration in net.neoforged.testframework.client
Fields in net.neoforged.testframework.client declared as ClientConfigurationModifier and TypeFieldDescriptionprivate final ClientConfiguration
FrameworkClientImpl.configuration
Methods in net.neoforged.testframework.client with parameters of type ClientConfigurationModifier and TypeMethodDescriptionFrameworkClientImpl.Factory.create
(MutableTestFramework impl, ClientConfiguration clientConfiguration) Constructors in net.neoforged.testframework.client with parameters of type ClientConfigurationModifierConstructorDescriptionFrameworkClientImpl
(MutableTestFramework impl, ClientConfiguration clientConfiguration) -
Uses of ClientConfiguration in net.neoforged.testframework.conf
Fields in net.neoforged.testframework.conf with type parameters of type ClientConfigurationModifier and TypeFieldDescriptionprivate @Nullable Supplier<ClientConfiguration>
FrameworkConfiguration.Builder.clientConfiguration
private final @Nullable Supplier<ClientConfiguration>
FrameworkConfiguration.clientConfiguration
The field for theclientConfiguration
record component.Methods in net.neoforged.testframework.conf that return ClientConfigurationMethods in net.neoforged.testframework.conf that return types with arguments of type ClientConfigurationModifier and TypeMethodDescription@Nullable Supplier<ClientConfiguration>
FrameworkConfiguration.clientConfiguration()
Returns the value of theclientConfiguration
record component.Method parameters in net.neoforged.testframework.conf with type arguments of type ClientConfigurationModifier and TypeMethodDescriptionFrameworkConfiguration.Builder.clientConfiguration
(Supplier<ClientConfiguration> clientConfiguration) Constructor parameters in net.neoforged.testframework.conf with type arguments of type ClientConfigurationModifierConstructorDescriptionFrameworkConfiguration
(ResourceLocation id, Collection<Feature> enabledFeatures, int commandRequiredPermission, List<String> enabledTests, @Nullable Supplier<ClientConfiguration> clientConfiguration) Creates an instance of aFrameworkConfiguration
record class. -
Uses of ClientConfiguration in net.neoforged.testframework.impl
Methods in net.neoforged.testframework.impl with parameters of type ClientConfigurationModifier and TypeMethodDescriptionFrameworkClient.Factory.create
(MutableTestFramework impl, ClientConfiguration clientConfiguration)