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()
-
Constructor Details
-
MixinServiceMinestomBootstrap
public MixinServiceMinestomBootstrap()
-
-
Method Details
-
getName
public java.lang.String getName()- Specified by:
getName
in interfaceorg.spongepowered.asm.service.IMixinServiceBootstrap
-
getServiceClassName
public java.lang.String getServiceClassName()- Specified by:
getServiceClassName
in interfaceorg.spongepowered.asm.service.IMixinServiceBootstrap
-
bootstrap
public void bootstrap()- Specified by:
bootstrap
in interfaceorg.spongepowered.asm.service.IMixinServiceBootstrap
-