Package org.tywrapstudios.ctd.platform
Class CTDMixinPlugin
java.lang.Object
org.tywrapstudios.ctd.platform.CTDMixinPlugin
- All Implemented Interfaces:
org.spongepowered.asm.mixin.extensibility.IMixinConfigPlugin
public class CTDMixinPlugin
extends Object
implements org.spongepowered.asm.mixin.extensibility.IMixinConfigPlugin
-
Field Summary
Fields -
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 targetClassName, String mixinClassName)
-
Field Details
-
LOGGER
protected static final org.slf4j.Logger LOGGER
-
-
Constructor Details
-
CTDMixinPlugin
public CTDMixinPlugin()
-
-
Method Details
-
shouldApplyMixin
- Specified by:
shouldApplyMixinin interfaceorg.spongepowered.asm.mixin.extensibility.IMixinConfigPlugin
-
onLoad
- Specified by:
onLoadin interfaceorg.spongepowered.asm.mixin.extensibility.IMixinConfigPlugin
-
getRefMapperConfig
- Specified by:
getRefMapperConfigin 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
-