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