Метод | Описание | |
---|---|---|
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 | |
Результат | BlockFacing |
public static IsValid ( this facing ) : bool | ||
facing | this | |
Результат | bool |
public static MoveRelative ( this facing, BlockPos, pos ) : BlockPos, | ||
facing | this | |
pos | BlockPos, | |
Результат | BlockPos, |
public static MoveRelative ( this facing, int &x, int &y, int &z ) : void | ||
facing | this | |
x | int | |
y | int | |
z | int | |
Результат | void |
public static ToVector ( this facing ) : Vector3 | ||
facing | this | |
Результат | Vector3 |