net.minecraft.src
Class Facing
java.lang.Object
net.minecraft.src.Facing
public class Facing
- extends Object
Field Summary |
static int[] |
faceToSide
Converts a face to a side. |
static String[] |
field_82374_e
|
static int[] |
offsetsXForSide
gives the offset required for this axis to get the block at that side. |
static int[] |
offsetsYForSide
gives the offset required for this axis to get the block at that side. |
static int[] |
offsetsZForSide
gives the offset required for this axis to get the block at that side. |
faceToSide
public static final int[] faceToSide
- Converts a face to a side.
offsetsXForSide
public static final int[] offsetsXForSide
- gives the offset required for this axis to get the block at that side.
offsetsYForSide
public static final int[] offsetsYForSide
- gives the offset required for this axis to get the block at that side.
offsetsZForSide
public static final int[] offsetsZForSide
- gives the offset required for this axis to get the block at that side.
field_82374_e
public static final String[] field_82374_e
Facing
public Facing()