Class MixinPlatformAgentDefault
java.lang.Object
org.spongepowered.asm.launch.platform.MixinPlatformAgentAbstract
org.spongepowered.asm.launch.platform.MixinPlatformAgentDefault
- All Implemented Interfaces:
IMixinPlatformAgent
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 -
Method Summary
Modifier and TypeMethodDescriptionvoidprepare()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
-
Constructor Details
-
MixinPlatformAgentDefault
public MixinPlatformAgentDefault()
-
-
Method Details
-
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
-