Package | Description |
---|---|
buildcraft.lib.misc.data |
Provides a set of classes (data types or enums) that are useful in miscellaneous contexts.
|
Modifier and Type | Field and Description |
---|---|
EnumAxisOrder |
AxisOrder.order |
static EnumAxisOrder[] |
EnumAxisOrder.VALUES |
Modifier and Type | Method and Description |
---|---|
static EnumAxisOrder |
EnumAxisOrder.getOrder(net.minecraft.util.EnumFacing.Axis first,
net.minecraft.util.EnumFacing.Axis b) |
static EnumAxisOrder |
EnumAxisOrder.getOrder(java.lang.String name) |
static EnumAxisOrder |
EnumAxisOrder.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumAxisOrder[] |
EnumAxisOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static AxisOrder |
AxisOrder.getFor(EnumAxisOrder order,
AxisOrder.Inversion inv) |