Class Facing

java.lang.Object
net.minecraft.src.Facing

public class Facing extends Object
  • Field Details

    • oppositeSide

      public static final int[] oppositeSide
      Converts a side to the opposite side. This is the same as XOR'ing it with 1.
    • 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 Details

    • Facing

      public Facing()