Represents a cardinal direction (north, south, east, west) and (up and down).

Этот класс был добавлен модом с mod-id crafttweaker. Так что если вы хотите использовать эту функцию, вам нужно установить этот мод.

Импорт класса

Link to импорт-класса

Вам может потребоваться импортировать пакет, если вы столкнетесь с какими-либо проблемами (например, с заливкой массива), так что лучше быть в безопасности, чем извиняться и добавлять импорт.

ZenScript
Copy
crafttweaker.api.util.Direction

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

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();

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