Class UnionLibMixinPlugin
java.lang.Object
com.stereowalker.unionlib.mixin.UnionLibMixinPlugin
- All Implemented Interfaces:
org.spongepowered.asm.mixin.extensibility.IMixinConfigPlugin
public class UnionLibMixinPlugin
extends Object
implements org.spongepowered.asm.mixin.extensibility.IMixinConfigPlugin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidacceptTargets(Set<String> myTargets, Set<String> otherTargets) voidvoidpostApply(String targetClassName, org.objectweb.asm.tree.ClassNode targetClass, String mixinClassName, org.spongepowered.asm.mixin.extensibility.IMixinInfo mixinInfo) voidpreApply(String targetClassName, org.objectweb.asm.tree.ClassNode targetClass, String mixinClassName, org.spongepowered.asm.mixin.extensibility.IMixinInfo mixinInfo) booleanshouldApplyMixin(String targetClassName, String mixinClassName)
-
Constructor Details
-
UnionLibMixinPlugin
public UnionLibMixinPlugin()
-
-
Method Details
-
onLoad
- Specified by:
onLoadin interfaceorg.spongepowered.asm.mixin.extensibility.IMixinConfigPlugin
-
getRefMapperConfig
- Specified by:
getRefMapperConfigin interfaceorg.spongepowered.asm.mixin.extensibility.IMixinConfigPlugin
-
shouldApplyMixin
-
acceptTargets
-
getMixins
-
preApply
-
postApply
-