Class MixinContainer
java.lang.Object
org.spongepowered.asm.launch.platform.MixinContainer
A collection of
IMixinPlatformAgent platform agents) for a particular
container-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanaccepted()ADDED BY CLEANROOMGet phase provider names from all agents in this containervoidIf this container is the primary container, initialise agents in this container as primaryvoidinject()Notify all agents to inject into classLoadervoidprepare()Prepare agents in this container
-
Constructor Details
-
MixinContainer
-
-
Method Details
-
getDescriptor
-
accepted
public boolean accepted()ADDED BY CLEANROOM- Returns:
- true if one or more agents accepted this container
-
getPhaseProviders
Get phase provider names from all agents in this container -
prepare
public void prepare()Prepare agents in this container -
initPrimaryContainer
public void initPrimaryContainer()If this container is the primary container, initialise agents in this container as primary -
inject
public void inject()Notify all agents to inject into classLoader
-