Class SLPlattformAgent
java.lang.Object
org.spongepowered.asm.launch.platform.MixinPlatformAgentAbstract
de.geolykt.starloader.launcher.service.SLPlattformAgent
- All Implemented Interfaces:
org.spongepowered.asm.launch.platform.IMixinPlatformAgent,org.spongepowered.asm.launch.platform.IMixinPlatformServiceAgent
public class SLPlattformAgent
extends org.spongepowered.asm.launch.platform.MixinPlatformAgentAbstract
implements org.spongepowered.asm.launch.platform.IMixinPlatformServiceAgent
-
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
Modifier and TypeMethodDescriptionstatic @Nullable SLPlattformAgentCollection<org.spongepowered.asm.launch.platform.container.IContainerHandle>voidinit()Methods inherited from class org.spongepowered.asm.launch.platform.MixinPlatformAgentAbstract
accept, getPhaseProvider, initPrimaryContainer, inject, invokeStringMethod, prepare, toString, unwire, wireMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.spongepowered.asm.launch.platform.IMixinPlatformAgent
accept, getPhaseProvider, initPrimaryContainer, inject, prepareMethods inherited from interface org.spongepowered.asm.launch.platform.IMixinPlatformServiceAgent
unwire, wire
-
Constructor Details
-
SLPlattformAgent
public SLPlattformAgent()
-
-
Method Details
-
init
public void init()- Specified by:
initin interfaceorg.spongepowered.asm.launch.platform.IMixinPlatformServiceAgent
-
getSideName
- Specified by:
getSideNamein interfaceorg.spongepowered.asm.launch.platform.IMixinPlatformServiceAgent
-
getMixinContainers
public Collection<org.spongepowered.asm.launch.platform.container.IContainerHandle> getMixinContainers()- Specified by:
getMixinContainersin interfaceorg.spongepowered.asm.launch.platform.IMixinPlatformServiceAgent
-
getInstance
-