Class MixinPlatformAgentMinestom
java.lang.Object
org.spongepowered.asm.launch.platform.MixinPlatformAgentAbstract
net.minestom.server.extras.selfmodification.mixins.MixinPlatformAgentMinestom
- All Implemented Interfaces:
org.spongepowered.asm.launch.platform.IMixinPlatformAgent
,org.spongepowered.asm.launch.platform.IMixinPlatformServiceAgent
public class MixinPlatformAgentMinestom
extends org.spongepowered.asm.launch.platform.MixinPlatformAgentAbstract
implements org.spongepowered.asm.launch.platform.IMixinPlatformServiceAgent
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
Constructors Constructor Description MixinPlatformAgentMinestom()
-
Method Summary
Modifier and Type Method Description org.spongepowered.asm.launch.platform.IMixinPlatformAgent.AcceptResult
accept(org.spongepowered.asm.launch.platform.MixinPlatformManager manager, org.spongepowered.asm.launch.platform.container.IContainerHandle handle)
java.util.Collection<org.spongepowered.asm.launch.platform.container.IContainerHandle>
getMixinContainers()
java.lang.String
getSideName()
void
init()
Methods inherited from class org.spongepowered.asm.launch.platform.MixinPlatformAgentAbstract
getPhaseProvider, initPrimaryContainer, inject, invokeStringMethod, prepare, toString, unwire, wire
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
MixinPlatformAgentMinestom
public MixinPlatformAgentMinestom()
-
-
Method Details
-
init
public void init()- Specified by:
init
in interfaceorg.spongepowered.asm.launch.platform.IMixinPlatformServiceAgent
-
getSideName
public java.lang.String getSideName()- Specified by:
getSideName
in interfaceorg.spongepowered.asm.launch.platform.IMixinPlatformServiceAgent
-
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
-
getMixinContainers
public java.util.Collection<org.spongepowered.asm.launch.platform.container.IContainerHandle> getMixinContainers()- Specified by:
getMixinContainers
in interfaceorg.spongepowered.asm.launch.platform.IMixinPlatformServiceAgent
-