Interface AccessTransformersExtension
- All Superinterfaces:
AccessTransformersContainer
The extension interface for the AccessTransformers Gradle plugin.
Consumers must register at least one container using register(Action). This extension acts as a delegate to the
last registered container, but consumers can also use the return value of the registration to use multiple
containers in a single project.
- API Note:
- This interface is effectively sealed and must not be extended.
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraftforge.accesstransformers.gradle.AccessTransformersContainer
AccessTransformersContainer.Options -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionregister(org.gradle.api.Action<? super AccessTransformersContainer.Options> options) Registers a new container using the given attribute and options.Methods inherited from interface net.minecraftforge.accesstransformers.gradle.AccessTransformersContainer
configure, configure, getOptions, options
-
Field Details
-
NAME
-
-
Method Details
-
register
AccessTransformersContainer register(org.gradle.api.Action<? super AccessTransformersContainer.Options> options) Registers a new container using the given attribute and options.- Parameters:
options- The options to apply- Returns:
- The registered container
- See Also:
-