Class VeilMixinPlugin

java.lang.Object
foundry.veil.impl.VeilMixinPlugin
All Implemented Interfaces:
org.spongepowered.asm.mixin.extensibility.IMixinConfigPlugin

@Internal public abstract class VeilMixinPlugin extends Object implements org.spongepowered.asm.mixin.extensibility.IMixinConfigPlugin
  • Constructor Details

    • VeilMixinPlugin

      public VeilMixinPlugin()
  • Method Details

    • onLoad

      public void onLoad(String mixinPackage)
      Specified by:
      onLoad in interface org.spongepowered.asm.mixin.extensibility.IMixinConfigPlugin
    • getRefMapperConfig

      public String getRefMapperConfig()
      Specified by:
      getRefMapperConfig in interface org.spongepowered.asm.mixin.extensibility.IMixinConfigPlugin
    • shouldApplyMixin

      public boolean shouldApplyMixin(String targetClassName, String mixinClassName)
      Specified by:
      shouldApplyMixin in interface org.spongepowered.asm.mixin.extensibility.IMixinConfigPlugin
    • acceptTargets

      public void acceptTargets(Set<String> myTargets, Set<String> otherTargets)
      Specified by:
      acceptTargets in interface org.spongepowered.asm.mixin.extensibility.IMixinConfigPlugin
    • getMixins

      public List<String> getMixins()
      Specified by:
      getMixins in interface org.spongepowered.asm.mixin.extensibility.IMixinConfigPlugin