Uses of Record Class
net.neoforged.testframework.conf.ClientConfiguration
Packages that use ClientConfiguration
Package
Description
- 
Uses of ClientConfiguration in net.neoforged.testframework.clientFields in net.neoforged.testframework.client declared as ClientConfigurationModifier and TypeFieldDescriptionprivate final ClientConfigurationFrameworkClientImpl.configurationMethods 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.confFields in net.neoforged.testframework.conf with type parameters of type ClientConfigurationModifier and TypeFieldDescriptionprivate @Nullable Supplier<ClientConfiguration>FrameworkConfiguration.Builder.clientConfigurationprivate final @Nullable Supplier<ClientConfiguration>FrameworkConfiguration.clientConfigurationThe field for theclientConfigurationrecord 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 theclientConfigurationrecord 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 aFrameworkConfigurationrecord class.
- 
Uses of ClientConfiguration in net.neoforged.testframework.implMethods in net.neoforged.testframework.impl with parameters of type ClientConfigurationModifier and TypeMethodDescriptionFrameworkClient.Factory.create(MutableTestFramework impl, ClientConfiguration clientConfiguration)