Class ModelBrowserMixinPlugin
java.lang.Object
com.mrbysco.enhancedanvils.plugin.ModelBrowserMixinPlugin
- All Implemented Interfaces:
org.spongepowered.asm.mixin.extensibility.IMixinConfigPlugin
public class ModelBrowserMixinPlugin
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
-
ModelBrowserMixinPlugin
public ModelBrowserMixinPlugin()
-
-
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
-