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:
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 -
Method Summary
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 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 interfaceorg.spongepowered.asm.launch.platform.IMixinPlatformAgent
- Overrides:
accept
in classorg.spongepowered.asm.launch.platform.MixinPlatformAgentAbstract
-
prepare
public void prepare()- Specified by:
prepare
in interfaceorg.spongepowered.asm.launch.platform.IMixinPlatformAgent
- Overrides:
prepare
in classorg.spongepowered.asm.launch.platform.MixinPlatformAgentAbstract
-