public final class MCDirections
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static Direction |
fromHanging(int i) |
static int |
fromLegacyHanging(byte i) |
static Direction |
fromRotation(int i) |
static int |
toHanging(Direction direction) |
static byte |
toLegacyHanging(int i) |
static int |
toRotation(Direction direction) |
public static Direction fromHanging(int i)
public static int toHanging(Direction direction)
public static int fromLegacyHanging(byte i)
public static byte toLegacyHanging(int i)
public static Direction fromRotation(int i)
public static int toRotation(Direction direction)