Package | Description |
---|---|
buildcraft.transport.gate |
Modifier and Type | Field and Description |
---|---|
EnumGateLogic |
GateVariant.logic |
static EnumGateLogic[] |
EnumGateLogic.VALUES |
Modifier and Type | Method and Description |
---|---|
static EnumGateLogic |
EnumGateLogic.getByOrdinal(int ord) |
static EnumGateLogic |
EnumGateLogic.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumGateLogic[] |
EnumGateLogic.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) |