public interface IMixinConfig
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_PRIORITY
Default priority for mixin configs and mixins
|
| Modifier and Type | Method and Description |
|---|---|
MixinEnvironment |
getEnvironment()
Get the parent environment of this config
|
java.lang.String |
getMixinPackage()
Get the package containing all mixin classes
|
java.lang.String |
getName()
Get the name of the file from which this configuration object was
initialised
|
IMixinConfigPlugin |
getPlugin()
Get the companion plugin, if available
|
int |
getPriority()
Get the priority
|
java.util.Set<java.lang.String> |
getTargets()
Get targets for this configuration
|
boolean |
isRequired()
True if this mixin is required (failure to apply a defined mixin
is an error condition).
|
static final int DEFAULT_PRIORITY
MixinEnvironment getEnvironment()
java.lang.String getName()
java.lang.String getMixinPackage()
int getPriority()
IMixinConfigPlugin getPlugin()
boolean isRequired()
java.util.Set<java.lang.String> getTargets()