Package org.spongepowered.asm.service
Class MixinService
- java.lang.Object
-
- org.spongepowered.asm.service.MixinService
-
public final class MixinService extends java.lang.ObjectProvides access to the service layer which connects the mixin transformer to a particular host environment. Host environments are implemented as services implementingIMixinServicein order to decouple them from mixin's core. This allows us to support LegacyLauncher
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidboot()Bootstatic IGlobalPropertyServicegetGlobalPropertyService()Blackboardstatic IMixinServicegetService()
-
-
-
Method Detail
-
boot
public static void boot()
Boot
-
getService
public static IMixinService getService()
-
getGlobalPropertyService
public static IGlobalPropertyService getGlobalPropertyService()
Blackboard
-
-