Package de.z0rdak.yawp.mixin
Class MixinPlugin
java.lang.Object
de.z0rdak.yawp.mixin.MixinPlugin
- All Implemented Interfaces:
org.spongepowered.asm.mixin.extensibility.IMixinConfigPlugin
public class MixinPlugin
extends Object
implements org.spongepowered.asm.mixin.extensibility.IMixinConfigPlugin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidacceptTargets(Set<String> set, Set<String> set1) voidvoidpostApply(String s, org.objectweb.asm.tree.ClassNode classNode, String s1, org.spongepowered.asm.mixin.extensibility.IMixinInfo iMixinInfo) voidpreApply(String s, org.objectweb.asm.tree.ClassNode classNode, String s1, org.spongepowered.asm.mixin.extensibility.IMixinInfo iMixinInfo) booleanshouldApplyMixin(String s, String mixinClassName)
-
Constructor Details
-
MixinPlugin
public MixinPlugin()
-
-
Method Details
-
onLoad
- Specified by:
onLoadin interfaceorg.spongepowered.asm.mixin.extensibility.IMixinConfigPlugin
-
getRefMapperConfig
- Specified by:
getRefMapperConfigin interfaceorg.spongepowered.asm.mixin.extensibility.IMixinConfigPlugin
-
shouldApplyMixin
- Specified by:
shouldApplyMixinin interfaceorg.spongepowered.asm.mixin.extensibility.IMixinConfigPlugin
-
acceptTargets
- Specified by:
acceptTargetsin interfaceorg.spongepowered.asm.mixin.extensibility.IMixinConfigPlugin
-
getMixins
- Specified by:
getMixinsin interfaceorg.spongepowered.asm.mixin.extensibility.IMixinConfigPlugin
-
preApply
public void preApply(String s, org.objectweb.asm.tree.ClassNode classNode, String s1, org.spongepowered.asm.mixin.extensibility.IMixinInfo iMixinInfo) - Specified by:
preApplyin interfaceorg.spongepowered.asm.mixin.extensibility.IMixinConfigPlugin
-
postApply
public void postApply(String s, org.objectweb.asm.tree.ClassNode classNode, String s1, org.spongepowered.asm.mixin.extensibility.IMixinInfo iMixinInfo) - Specified by:
postApplyin interfaceorg.spongepowered.asm.mixin.extensibility.IMixinConfigPlugin
-