Package | Description |
---|---|
net.minecraft.util |
Modifier and Type | Field and Description |
---|---|
private EnumFacing.AxisDirection |
EnumFacing.axisDirection |
Modifier and Type | Method and Description |
---|---|
EnumFacing.AxisDirection |
EnumFacing.getAxisDirection() |
static EnumFacing.AxisDirection |
EnumFacing.AxisDirection.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumFacing.AxisDirection[] |
EnumFacing.AxisDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static EnumFacing |
EnumFacing.getFacingFromAxis(EnumFacing.AxisDirection axisDirectionIn,
EnumFacing.Axis axisIn) |
Constructor and Description |
---|
EnumFacing(int indexIn,
int oppositeIn,
int horizontalIndexIn,
java.lang.String nameIn,
EnumFacing.AxisDirection axisDirectionIn,
EnumFacing.Axis axisIn,
Vec3i directionVecIn) |