public enum ThirdPartyManager extends java.lang.Enum<ThirdPartyManager>
| Modifier and Type | Class and Description |
|---|---|
static class |
ThirdPartyManager.ModType
Collection of mod types; categories of mod which can be used to control whether blocks/items etc.
|
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
void |
clientInit() |
IDocsProvider |
getDocsProvider() |
void |
init() |
static ThirdPartyManager |
instance() |
boolean |
isModTypeLoaded(ThirdPartyManager.ModType modType) |
void |
postInit() |
void |
preInit() |
static ThirdPartyManager |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ThirdPartyManager[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ThirdPartyManager INSTANCE
public static ThirdPartyManager[] values()
for (ThirdPartyManager c : ThirdPartyManager.values()) System.out.println(c);
public static ThirdPartyManager 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 ThirdPartyManager instance()
public IDocsProvider getDocsProvider()
public void preInit()
public void init()
public void postInit()
public void clientInit()
public boolean isModTypeLoaded(ThirdPartyManager.ModType modType)