Class FMLMixinPlatformAgent

java.lang.Object
org.spongepowered.asm.launch.platform.MixinPlatformAgentAbstract
net.neoforged.fml.loading.mixin.FMLMixinPlatformAgent
All Implemented Interfaces:
org.spongepowered.asm.launch.platform.IMixinPlatformAgent

public class FMLMixinPlatformAgent extends org.spongepowered.asm.launch.platform.MixinPlatformAgentAbstract
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.spongepowered.asm.launch.platform.IMixinPlatformAgent

    org.spongepowered.asm.launch.platform.IMixinPlatformAgent.AcceptResult
  • Field Summary

    Fields inherited from class org.spongepowered.asm.launch.platform.MixinPlatformAgentAbstract

    handle, logger, manager
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.spongepowered.asm.launch.platform.IMixinPlatformAgent.AcceptResult
    accept(org.spongepowered.asm.launch.platform.MixinPlatformManager manager, org.spongepowered.asm.launch.platform.container.IContainerHandle handle)
     
    void
     

    Methods inherited from class org.spongepowered.asm.launch.platform.MixinPlatformAgentAbstract

    getPhaseProvider, initPrimaryContainer, inject, invokeStringMethod, toString, unwire, wire

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • FMLMixinPlatformAgent

      public FMLMixinPlatformAgent()
  • Method Details

    • accept

      public org.spongepowered.asm.launch.platform.IMixinPlatformAgent.AcceptResult accept(org.spongepowered.asm.launch.platform.MixinPlatformManager manager, org.spongepowered.asm.launch.platform.container.IContainerHandle handle)
      Specified by:
      accept in interface org.spongepowered.asm.launch.platform.IMixinPlatformAgent
      Overrides:
      accept in class org.spongepowered.asm.launch.platform.MixinPlatformAgentAbstract
    • prepare

      public void prepare()
      Specified by:
      prepare in interface org.spongepowered.asm.launch.platform.IMixinPlatformAgent
      Overrides:
      prepare in class org.spongepowered.asm.launch.platform.MixinPlatformAgentAbstract