Interface AccessTransformersConfiguration
- All Known Subinterfaces:
AccessTransformersContainer.Options
public interface AccessTransformersConfiguration
Configuration for individual dependencies to be run through AccessTransformers.
- API Note:
- This interface is not sealed since it is implemented by Forge Gradle for consumers to set the config file for the Minecraft dependency. Implementing this interface yourself is still highly discouraged.
-
Method Summary
Modifier and TypeMethodDescriptionorg.gradle.api.file.RegularFilePropertyGets the AccessTransformer configuration to use.
-
Method Details
-
getConfig
org.gradle.api.file.RegularFileProperty getConfig()Gets the AccessTransformer configuration to use.- Returns:
- The property for the configuration
-