Direction
Link to direction
Represents a cardinal direction (north, south, east, west) and (up and down).
Этот класс был добавлен модом с mod-id crafttweaker
. Так что если вы хотите использовать эту функцию, вам нужно установить этот мод.
Импорт класса
Link to импорт-класса
Вам может потребоваться импортировать пакет, если вы столкнетесь с какими-либо проблемами (например, с заливкой массива), так что лучше быть в безопасности, чем извиняться и добавлять импорт.
ZenScript Copycrafttweaker.api.util.Direction
Методы
Link to методы
rotateAround
Link to rotatearound
Rotates this direction around a given Axis
Returns crafttweaker.api.util.Direction
ZenScript Copy<direction:north>.rotateAround(axis as crafttweaker.api.util.DirectionAxis);
<direction:north>.rotateAround(<directionaxis:north>);
Параметр | Тип | Описание |
---|---|---|
Параметр axis | Тип crafttweaker.api.util.DirectionAxis | Описание the Axis to rotate around |
rotateY
Link to 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
ZenScript Copy<direction:north>.rotateY();
rotateYCCW
Link to 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
ZenScript Copy<direction:north>.rotateYCCW();
Свойства
Link to свойства
Название | Тип | Имеет Getter | Имеет Setter |
---|---|---|---|
Название axis | Тип crafttweaker.api.util.DirectionAxis | Имеет Getter true | Имеет Setter false |
Название axisOffset | Тип int | Имеет Getter true | Имеет Setter false |
Название horizontalAngle | Тип float | Имеет Getter true | Имеет Setter false |
Название horizontalIndex | Тип int | Имеет Getter true | Имеет Setter false |
Название index | Тип int | Имеет Getter true | Имеет Setter false |
Название name | Тип String | Имеет Getter true | Имеет Setter false |
Название opposite | Тип crafttweaker.api.util.Direction | Имеет Getter true | Имеет Setter false |
Название xOffset | Тип int | Имеет Getter true | Имеет Setter false |
Название yOffset | Тип int | Имеет Getter true | Имеет Setter false |
Название zOffset | Тип int | Имеет Getter true | Имеет Setter false |