Class Dir
java.lang.Object
meteordevelopment.meteorclient.utils.world.Dir
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
UP
public static final byte UP- See Also:
-
DOWN
public static final byte DOWN- See Also:
-
NORTH
public static final byte NORTH- See Also:
-
SOUTH
public static final byte SOUTH- See Also:
-
WEST
public static final byte WEST- See Also:
-
EAST
public static final byte EAST- See Also:
-
-
Constructor Details
-
Dir
public Dir()
-
-
Method Details
-
get
public static byte get(net.minecraft.util.math.Direction dir) -
is
public static boolean is(int dir, byte idk) -
isNot
public static boolean isNot(int dir, byte idk)
-