public class MixinPlatformAgentDefault extends MixinPlatformAgentAbstract
attributes, container, logger, manager, uri| Constructor and Description |
|---|
MixinPlatformAgentDefault(MixinPlatformManager manager,
java.net.URI uri) |
| 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.
|
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.
|
getPhaseProvider, toStringpublic MixinPlatformAgentDefault(MixinPlatformManager manager, java.net.URI uri)
manager - platform manageruri - URI of the resource for this agentpublic void prepare()
IMixinPlatformAgentpublic void initPrimaryContainer()
IMixinPlatformAgentpublic void inject()
IMixinPlatformAgentpublic java.lang.String getLaunchTarget()
IMixinPlatformAgent