Package | Description |
---|---|
buildcraft.api.enums |
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.api.properties | |
buildcraft.core | |
buildcraft.core.statements | |
buildcraft.core.tile | |
buildcraft.lib.engine | |
buildcraft.lib.expression.minecraft |
Minecraft and buildcraft specific compat code for the expression manager.
|
Modifier and Type | Field and Description |
---|---|
static EnumPowerStage[] |
EnumPowerStage.VALUES |
Modifier and Type | Method and Description |
---|---|
static EnumPowerStage |
EnumPowerStage.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumPowerStage[] |
EnumPowerStage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
static net.minecraft.block.properties.IProperty<EnumPowerStage> |
BuildCraftProperties.ENERGY_STAGE |
Modifier and Type | Field and Description |
---|---|
static java.util.Map<EnumPowerStage,SpriteHolderRegistry.SpriteHolder> |
BCCoreSprites.TRIGGER_POWER_STAGE |
Modifier and Type | Field and Description |
---|---|
EnumPowerStage |
TriggerEnginePowerStage.stage |
Constructor and Description |
---|
TriggerEnginePowerStage(EnumPowerStage stage) |
Modifier and Type | Method and Description |
---|---|
protected EnumPowerStage |
TileEngineCreative.computePowerStage() |
Modifier and Type | Field and Description |
---|---|
protected EnumPowerStage |
TileEngineBase_BC8.powerStage |
Modifier and Type | Method and Description |
---|---|
protected EnumPowerStage |
TileEngineBase_BC8.computePowerStage() |
EnumPowerStage |
TileEngineBase_BC8.getPowerStage() |
Modifier and Type | Field and Description |
---|---|
static NodeType<EnumPowerStage> |
ExpressionCompat.ENUM_POWER_STAGE |