Package org.spongepowered.asm.service
Interface IMixinServiceBootstrap
public interface IMixinServiceBootstrap
Bootstrap interface for Mixin services. Because of the nature of service
environments, it may be necessary to provide bootstrap logic to prepare
the classloader environment before the services themselves are enumerated.
-
Method Summary
Modifier and TypeMethodDescriptionvoidRun bootstrap-time preparation for the underlying servicegetName()Get the friendly name for the underlying serviceGet the fully qualified class name of the underlying service