public abstract class MixinPlatformAgentAbstract extends java.lang.Object implements IMixinPlatformAgent
| Modifier and Type | Field and Description |
|---|---|
protected org.spongepowered.asm.launch.platform.MainAttributes |
attributes
"Main" manifest attributes from the container
|
protected java.io.File |
container
File containing this tweaker
|
protected static org.apache.logging.log4j.Logger |
logger
Logger
|
protected MixinPlatformManager |
manager |
protected java.net.URI |
uri
URI to the container
|
| Constructor and Description |
|---|
MixinPlatformAgentAbstract(MixinPlatformManager manager,
java.net.URI uri)
Create a new platform agent for the specified URI
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPhaseProvider()
Get the phase provider for this agent
|
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetLaunchTarget, initPrimaryContainer, inject, prepareprotected static final org.apache.logging.log4j.Logger logger
protected final MixinPlatformManager manager
protected final java.net.URI uri
protected final java.io.File container
protected final org.spongepowered.asm.launch.platform.MainAttributes attributes
public MixinPlatformAgentAbstract(MixinPlatformManager manager, java.net.URI uri)
manager - platform manageruri - URI of the resource for this agentpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getPhaseProvider()
IMixinPlatformAgentgetPhaseProvider in interface IMixinPlatformAgent