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.block |
Modifier and Type | Field and Description |
---|---|
static EnumEngineType[] |
EnumEngineType.VALUES |
Modifier and Type | Method and Description |
---|---|
static EnumEngineType |
EnumEngineType.fromMeta(int meta) |
static EnumEngineType |
EnumEngineType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumEngineType[] |
EnumEngineType.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<EnumEngineType> |
BuildCraftProperties.ENGINE_TYPE |
Modifier and Type | Method and Description |
---|---|
EnumEngineType |
BlockEngine_BC8.getEngineType(int meta) |
Modifier and Type | Method and Description |
---|---|
net.minecraft.block.properties.IProperty<EnumEngineType> |
BlockEngine_BC8.getEngineProperty() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
BlockEngine_BC8.getUnlocalizedName(EnumEngineType engine) |