Package | Description |
---|---|
buildcraft.transport.gate |
Modifier and Type | Field and Description |
---|---|
EnumGateMaterial |
GateVariant.material |
static EnumGateMaterial[] |
EnumGateMaterial.VALUES |
Modifier and Type | Method and Description |
---|---|
static EnumGateMaterial |
EnumGateMaterial.getByOrdinal(int ord) |
static EnumGateMaterial |
EnumGateMaterial.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumGateMaterial[] |
EnumGateMaterial.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
GateVariant(EnumGateLogic logic,
EnumGateMaterial material,
EnumGateModifier modifier) |