Package | Description |
---|---|
cpw.mods.fml.common.discovery |
Modifier and Type | Method and Description |
---|---|
ContainerType |
ModCandidate.getSourceType() |
static ContainerType |
ContainerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContainerType[] |
ContainerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ModCandidate(File classPathRoot,
File modContainer,
ContainerType sourceType) |
ModCandidate(File classPathRoot,
File modContainer,
ContainerType sourceType,
boolean isMinecraft,
boolean classpath) |