Package | Description |
---|---|
buildcraft.api.tiles |
Copyright (c) 2011-2015, SpaceToad and the BuildCraft Team http://www.mod-buildcraft.com
The BuildCraft API is distributed under the terms of the MIT License.
|
buildcraft.builders.tile | |
buildcraft.core | |
buildcraft.core.statements | |
buildcraft.lib.misc |
Holds a lot of generic *Util classes.
|
Modifier and Type | Field and Description |
---|---|
static IControllable.Mode[] |
IControllable.Mode.VALUES |
Modifier and Type | Method and Description |
---|---|
IControllable.Mode |
IControllable.getControlMode() |
static IControllable.Mode |
IControllable.Mode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IControllable.Mode[] |
IControllable.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
default boolean |
IControllable.acceptsControlMode(IControllable.Mode mode) |
void |
IControllable.setControlMode(IControllable.Mode mode) |
Modifier and Type | Method and Description |
---|---|
IControllable.Mode |
TileFiller.getControlMode() |
Modifier and Type | Method and Description |
---|---|
void |
TileFiller.setControlMode(IControllable.Mode mode) |
Modifier and Type | Field and Description |
---|---|
static java.util.Map<IControllable.Mode,SpriteHolderRegistry.SpriteHolder> |
BCCoreSprites.ACTION_MACHINE_CONTROL |
Modifier and Type | Field and Description |
---|---|
IControllable.Mode |
ActionMachineControl.mode |
Constructor and Description |
---|
ActionMachineControl(IControllable.Mode mode) |
Modifier and Type | Field and Description |
---|---|
static NodeType<IControllable.Mode> |
ExpressionCompat.ENUM_CONTROL_MODE |