Package | Description |
---|---|
buildcraft.api.core |
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 | Field and Description |
---|---|
static EnumColor[] |
EnumColor.VALUES
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static EnumColor |
EnumColor.fromDye(java.lang.String dyeTag)
Deprecated.
|
static EnumColor |
EnumColor.fromId(int id)
Deprecated.
|
static EnumColor |
EnumColor.fromName(java.lang.String name)
Deprecated.
|
EnumColor |
EnumColor.getNext()
Deprecated.
|
EnumColor |
EnumColor.getPrevious()
Deprecated.
|
static EnumColor |
EnumColor.getRand()
Deprecated.
|
EnumColor |
EnumColor.inverse()
Deprecated.
|
static EnumColor |
EnumColor.valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static EnumColor[] |
EnumColor.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|