net.minecraft.util
Class Facing

java.lang.Object
  extended by net.minecraft.util.Facing

public class Facing
extends Object


Field Summary
static int[] faceToSide
          Converts a face to a side.
static String[] facings
           
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.
 
Constructor Summary
Facing()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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.


facings

public static final String[] facings
Constructor Detail

Facing

public Facing()