Class MixinServiceMinestomBootstrap

java.lang.Object
net.minestom.server.extras.selfmodification.mixins.MixinServiceMinestomBootstrap
All Implemented Interfaces:
org.spongepowered.asm.service.IMixinServiceBootstrap

public class MixinServiceMinestomBootstrap
extends java.lang.Object
implements org.spongepowered.asm.service.IMixinServiceBootstrap
  • Constructor Summary

    Constructors 
    Constructor Description
    MixinServiceMinestomBootstrap()  
  • Method Summary

    Modifier and Type Method Description
    void bootstrap()  
    java.lang.String getName()  
    java.lang.String getServiceClassName()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • getName

      public java.lang.String getName()
      Specified by:
      getName in interface org.spongepowered.asm.service.IMixinServiceBootstrap
    • getServiceClassName

      public java.lang.String getServiceClassName()
      Specified by:
      getServiceClassName in interface org.spongepowered.asm.service.IMixinServiceBootstrap
    • bootstrap

      public void bootstrap()
      Specified by:
      bootstrap in interface org.spongepowered.asm.service.IMixinServiceBootstrap