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.
|
Modifier and Type | Method and Description |
---|---|
static EnumRedstoneChipset |
EnumRedstoneChipset.fromOrdinal(int ordinal) |
static EnumRedstoneChipset |
EnumRedstoneChipset.fromStack(net.minecraft.item.ItemStack stack) |
static EnumRedstoneChipset |
EnumRedstoneChipset.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumRedstoneChipset[] |
EnumRedstoneChipset.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|