public interface IMixinPlatformAgent
Platform Agents handle mixin environment tasks on a per-container basis, with each container in the environment being assigned one of each available type of agent to handle those tasks on behalf of the container.
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLaunchTarget()
Get the launch target from this container, should return null if no
custom target is available.
|
java.lang.String |
getPhaseProvider()
Get the phase provider for this agent
|
void |
initPrimaryContainer()
Called from inject in the parent tweaker but only called on
the primary tweak container.
|
void |
inject()
Called from inject in the parent tweaker
|
void |
prepare()
Called during pre-initialisation, after all tweakers and tweak containers
have been added to the environment.
|
java.lang.String getPhaseProvider()
void prepare()
void initPrimaryContainer()
void inject()
java.lang.String getLaunchTarget()