public interface IMixinPlatformServiceAgent extends IMixinPlatformAgent
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<IContainerHandle> |
getMixinContainers()
Get environment-specific mixin containers
|
java.lang.String |
getSideName()
Attempt to determine the side name from the current environment
|
void |
init()
Perform initialisation-stage logic for this agent
|
void |
unwire()
Deprecated.
temporary
|
void |
wire(MixinEnvironment.Phase phase,
IConsumer<MixinEnvironment.Phase> phaseConsumer)
Deprecated.
temporary
|
accept, getPhaseProvider, initPrimaryContainer, inject, preparevoid init()
java.lang.String getSideName()
java.util.Collection<IContainerHandle> getMixinContainers()
@Deprecated void wire(MixinEnvironment.Phase phase, IConsumer<MixinEnvironment.Phase> phaseConsumer)
phase - Initial phasephaseConsumer - Phase setter callback@Deprecated void unwire()