public enum BCModules extends java.lang.Enum<BCModules> implements IBuildCraftMod
Enum Constant and Description |
---|
BUILDERS |
COMPAT |
CORE |
ENERGY |
FACTORY |
LIB |
ROBOTICS |
SILICON |
TRANSPORT |
Modifier and Type | Field and Description |
---|---|
java.lang.String |
lowerCaseName |
static BCModules[] |
VALUES |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getModId() |
static boolean |
isBcMod(java.lang.String testModId) |
boolean |
isLoaded() |
static BCModules |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BCModules[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BCModules LIB
public static final BCModules CORE
public static final BCModules BUILDERS
public static final BCModules ENERGY
public static final BCModules FACTORY
public static final BCModules ROBOTICS
public static final BCModules SILICON
public static final BCModules TRANSPORT
public static final BCModules COMPAT
public static final BCModules[] VALUES
public final java.lang.String lowerCaseName
public static BCModules[] values()
for (BCModules c : BCModules.values()) System.out.println(c);
public static BCModules valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static boolean isBcMod(java.lang.String testModId)
public java.lang.String getModId()
getModId
in interface IBuildCraftMod
public boolean isLoaded()