Class MixinService

java.lang.Object
org.spongepowered.asm.service.MixinService

public final class MixinService extends Object
Provides access to the service layer which connects the mixin transformer to a particular host environment. Host environments are implemented as services implementing IMixinService in order to decouple them from mixin's core. This allows us to support LegacyLauncher
  • Method Details

    • boot

      public static void boot()
      Boot
    • getService

      public static IMixinService getService()
    • getGlobalPropertyService

      public static IGlobalPropertyService getGlobalPropertyService()
      Blackboard