| Package | Description |
|---|---|
| net.mountainblade.modular | |
| net.mountainblade.modular.impl |
| Modifier and Type | Method and Description |
|---|---|
ModuleState |
ModuleInformation.getState()
Gets the current state of the module.
|
static ModuleState |
ModuleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModuleState[] |
ModuleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Module> |
ModuleRegistry.getModules(ModuleState state)
Gets a collection of all registered modules with the given state.
|
Copyright © 2014–2015 MountainBlade. All rights reserved.