Represents a direction axis (X, Y, Z)

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

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

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

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

ZenScript
Copy
crafttweaker.api.util.DirectionAxis

Implemented Interfaces

Link to implemented-interfaces

DirectionAxis implements the following interfaces. That means any method available to them can also be used on this class.

Gets the coordinate of this axis based on the given values, if this axis is "X", then it will return the value of the "x" parameter

Возвращает int

ZenScript
Copy
<directionaxis:x>.getCoordinate(x as int, y as int, z as int);
<directionaxis:x>.getCoordinate(1, 2, 3);
ПараметрТипОписание
Параметр
x
Тип
int
Описание
x value of the coordinate
Параметр
y
Тип
int
Описание
y value of the coordinate
Параметр
z
Тип
int
Описание
z value of the coordinate

Свойства

Link to свойства

НазваниеТипИмеет GetterИмеет Setter
Название
commandString
Тип
String
Имеет Getter
true
Имеет Setter
false
Название
horizontal
Тип
boolean
Имеет Getter
true
Имеет Setter
false
Название
name
Тип
String
Имеет Getter
true
Имеет Setter
false
Название
ordinal
Тип
int
Имеет Getter
true
Имеет Setter
false
Название
vertical
Тип
boolean
Имеет Getter
true
Имеет Setter
false