Direction
Represents a cardinal direction (north, south, east, west) and (up and down).
Этот класс был добавлен модом с mod-id crafttweaker
. Так что если вы хотите использовать эту функцию, вам нужно установить этот мод.
Импорт класса
Вам может потребоваться импортировать пакет, если вы столкнетесь с какими-либо проблемами (например, с заливкой массива), так что лучше быть в безопасности, чем извиняться и добавлять импорт.
Methods
rotateAround
Rotates this direction around a given Axis
Returns crafttweaker.api.util.Direction
rotateY
Rotates this direction on the Y axis
Returns: the direction that rotated on the Y axis of this direction
Returns crafttweaker.api.util.Direction
rotateYCCW
Rotates this direction counter-clock wise on the Y axis
Returns: the direction that is counter clockwise on the Y axis
Returns crafttweaker.api.util.Direction