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

    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 
    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

    Methods inherited from interface org.spongepowered.asm.launch.platform.IMixinPlatformAgent

    getPhaseProvider, initPrimaryContainer, inject, prepare

    Methods inherited from interface org.spongepowered.asm.launch.platform.IMixinPlatformServiceAgent

    unwire, wire
  • Constructor Details

  • Method Details

    • init

      public void init()
      Specified by:
      init in interface org.spongepowered.asm.launch.platform.IMixinPlatformServiceAgent
    • getSideName

      public java.lang.String getSideName()
      Specified by:
      getSideName in interface org.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 interface org.spongepowered.asm.launch.platform.IMixinPlatformAgent
      Overrides:
      accept in class org.spongepowered.asm.launch.platform.MixinPlatformAgentAbstract
    • getMixinContainers

      public java.util.Collection<org.spongepowered.asm.launch.platform.container.IContainerHandle> getMixinContainers()
      Specified by:
      getMixinContainers in interface org.spongepowered.asm.launch.platform.IMixinPlatformServiceAgent