Package | Description |
---|---|
net.minecraft.util |
Modifier and Type | Field and Description |
---|---|
private EnumFacing.Plane |
EnumFacing.Axis.plane |
Modifier and Type | Method and Description |
---|---|
EnumFacing.Plane |
EnumFacing.Axis.getPlane() |
static EnumFacing.Plane |
EnumFacing.Plane.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumFacing.Plane[] |
EnumFacing.Plane.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Axis(java.lang.String name,
EnumFacing.Plane plane) |