Package net.neoforged.fml.loading.mixin
Class FMLMixinPlatformAgent
java.lang.Object
org.spongepowered.asm.launch.platform.MixinPlatformAgentAbstract
net.neoforged.fml.loading.mixin.FMLMixinPlatformAgent
- All Implemented Interfaces:
IMixinPlatformAgent
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.spongepowered.asm.launch.platform.IMixinPlatformAgent
IMixinPlatformAgent.AcceptResult -
Field Summary
Fields inherited from class org.spongepowered.asm.launch.platform.MixinPlatformAgentAbstract
handle, logger, manager -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccept(MixinPlatformManager manager, IContainerHandle handle) voidprepare()Methods inherited from class org.spongepowered.asm.launch.platform.MixinPlatformAgentAbstract
getPhaseProvider, initPrimaryContainer, inject, invokeStringMethod, toString, unwire, wire
-
Constructor Details
-
FMLMixinPlatformAgent
public FMLMixinPlatformAgent()
-
-
Method Details
-
accept
public IMixinPlatformAgent.AcceptResult accept(MixinPlatformManager manager, IContainerHandle handle) - Specified by:
acceptin interfaceIMixinPlatformAgent- Overrides:
acceptin classMixinPlatformAgentAbstract
-
prepare
public void prepare()- Specified by:
preparein interfaceIMixinPlatformAgent- Overrides:
preparein classMixinPlatformAgentAbstract
-