Class MixinProcessor
java.lang.Object
org.spongepowered.asm.mixin.transformer.MixinProcessor
Heart of the Mixin pipeline
-
Method Summary
-
Method Details
-
audit
Force-load all classes targetted by mixins but not yet applied- Parameters:
environment- current environment
-
reload
Update a mixin class with new bytecode.- Parameters:
mixinClass- Name of the mixinclassNode- New class- Returns:
- List of classes that need to be updated
-
refresh
public void refresh()
-