Method | Description | |
---|---|---|
GetOpposite ( this facing ) : BlockFacing | ||
IsValid ( this facing ) : bool | ||
MoveRelative ( this facing, BlockPos, pos ) : BlockPos, | ||
MoveRelative ( this facing, int &x, int &y, int &z ) : void | ||
ToVector ( this facing ) : Vector3 |
public static GetOpposite ( this facing ) : BlockFacing | ||
facing | this | |
return | BlockFacing |
public static MoveRelative ( this facing, BlockPos, pos ) : BlockPos, | ||
facing | this | |
pos | BlockPos, | |
return | BlockPos, |
public static MoveRelative ( this facing, int &x, int &y, int &z ) : void | ||
facing | this | |
x | int | |
y | int | |
z | int | |
return | void |
public static ToVector ( this facing ) : Vector3 | ||
facing | this | |
return | Vector3 |