Class MixinPlatformAgentDefault
- java.lang.Object
-
- org.spongepowered.asm.launch.platform.MixinPlatformAgentAbstract
-
- org.spongepowered.asm.launch.platform.MixinPlatformAgentDefault
-
- All Implemented Interfaces:
IMixinPlatformAgent
public class MixinPlatformAgentDefault extends MixinPlatformAgentAbstract
Default platform agent, handles the mixin manifest keys such as MixinConfigs and MixinTokenProviders.
-
-
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 Constructor Description MixinPlatformAgentDefault()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprepare()Called during pre-initialisation, after all tweakers and tweak containers have been added to the environment.-
Methods inherited from class org.spongepowered.asm.launch.platform.MixinPlatformAgentAbstract
accept, getPhaseProvider, initPrimaryContainer, inject, invokeStringMethod, toString, unwire, wire
-
-
-
-
Method Detail
-
prepare
public void prepare()
Description copied from interface:IMixinPlatformAgentCalled during pre-initialisation, after all tweakers and tweak containers have been added to the environment.- Specified by:
preparein interfaceIMixinPlatformAgent- Overrides:
preparein classMixinPlatformAgentAbstract
-
-