Interface ArtifactModifier.TransformerProvider
-
- All Superinterfaces:
java.lang.AutoCloseable
- Enclosing interface:
- ArtifactModifier
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface ArtifactModifier.TransformerProvider extends java.lang.AutoCloseableA function that can provide aTransformerfor use with a renamer, optionally having a post-rename operation to clean up resources.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default voidclose()net.minecraftforge.fart.api.Transformerprovide()
-