public class ForestryCompatPlugins extends java.lang.Object implements IModuleContainer
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ID |
| Constructor and Description |
|---|
ForestryCompatPlugins() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getID() |
net.minecraftforge.common.config.Configuration |
getModulesConfig() |
boolean |
isAvailable() |
boolean |
isModuleEnabled(IForestryModule module) |
void |
onConfiguredModules(java.util.Collection<IForestryModule> activeModules,
java.util.Collection<IForestryModule> unloadedModules)
Called after configured the modules.
|
public static final java.lang.String ID
public java.lang.String getID()
getID in interface IModuleContainerpublic boolean isAvailable()
isAvailable in interface IModuleContainerpublic net.minecraftforge.common.config.Configuration getModulesConfig()
getModulesConfig in interface IModuleContainerpublic boolean isModuleEnabled(IForestryModule module)
isModuleEnabled in interface IModuleContainerpublic void onConfiguredModules(java.util.Collection<IForestryModule> activeModules, java.util.Collection<IForestryModule> unloadedModules)
IModuleContaineronConfiguredModules in interface IModuleContainer