Package net.minecraft.src
Class Facing
java.lang.Object
net.minecraft.src.Facing
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String[]static final int[]gives the offset required for this axis to get the block at that side.static final int[]gives the offset required for this axis to get the block at that side.static final int[]gives the offset required for this axis to get the block at that side.static final int[]Converts a side to the opposite side. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
oppositeSide
public static final int[] oppositeSideConverts a side to the opposite side. This is the same as XOR'ing it with 1. -
offsetsXForSide
public static final int[] offsetsXForSidegives the offset required for this axis to get the block at that side. -
offsetsYForSide
public static final int[] offsetsYForSidegives the offset required for this axis to get the block at that side. -
offsetsZForSide
public static final int[] offsetsZForSidegives the offset required for this axis to get the block at that side. -
facings
-
-
Constructor Details
-
Facing
public Facing()
-