It might be required for you to import the package if you encounter any issues (like casting an Array), so better be safe than sorry and add the import at the very top of the file.

ZenScript
Copy
import crafttweaker.api.util.Position;

Name: x

Return Type: double

ZenScript
Copy
// Position.x() as double

myPosition.x();

Name: y

Return Type: double

ZenScript
Copy
// Position.y() as double

myPosition.y();

Name: z

Return Type: double

ZenScript
Copy
// Position.z() as double

myPosition.z();
名称类型可获得可设置
名称
x
类型
double
可获得
true
可设置
false
名称
y
类型
double
可获得
true
可设置
false
名称
z
类型
double
可获得
true
可设置
false