Enum Constant and Description |
---|
BUILDERS |
COMPAT |
CORE |
ENERGY |
FACTORY |
LIB |
ROBOTICS |
SILICON |
TRANSPORT |
Modifier and Type | Method and Description |
---|---|
static void |
fmlPreInit() |
java.lang.String |
getModId() |
static boolean |
isBcMod(java.lang.String modid) |
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 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 void fmlPreInit()
public static boolean isBcMod(java.lang.String modid)
public boolean isLoaded()
public java.lang.String getModId()