public interface IMixinPlatformServiceAgent extends IMixinPlatformAgent
IMixinPlatformAgent.AcceptResult| 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()
Constants.SIDE_UNKNOWN if the agent is able to
determine the side.java.util.Collection<IContainerHandle> getMixinContainers()
@Deprecated void wire(MixinEnvironment.Phase phase, IConsumer<MixinEnvironment.Phase> phaseConsumer)
phase - Initial phasephaseConsumer - Phase setter callback@Deprecated void unwire()