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.math.AABB;

Name: clip

Return Type: Vec3?

ZenScript
Copy
AABB.clip(minVec as Vec3, maxVec as Vec3) as Vec3?
参数类型
参数
minVec
类型
Vec3
参数
maxVec
类型
Vec3

Name: contains

Return Type: boolean

ZenScript
Copy
AABB.contains(other as Vec3) as boolean
参数类型
参数
other
类型
Vec3

Name: contains

Return Type: boolean

ZenScript
Copy
AABB.contains(x as double, y as double, z as double) as boolean
参数类型
参数
x
类型
double
参数
y
类型
double
参数
z
类型
double

Name: contract

Return Type: AABB

ZenScript
Copy
AABB.contract(x as double, y as double, z as double) as AABB
参数类型
参数
x
类型
double
参数
y
类型
double
参数
z
类型
double

Name: deflate

Return Type: AABB

ZenScript
Copy
AABB.deflate(scalar as double) as AABB
参数类型
参数
scalar
类型
double

Name: deflate

Return Type: AABB

ZenScript
Copy
AABB.deflate(x as double, y as double, z as double) as AABB
参数类型
参数
x
类型
double
参数
y
类型
double
参数
z
类型
double

Name: expandTowards

Return Type: AABB

ZenScript
Copy
AABB.expandTowards(vec as Vec3) as AABB
参数类型
参数
vec
类型
Vec3

Name: expandTowards

Return Type: AABB

ZenScript
Copy
AABB.expandTowards(x as double, y as double, z as double) as AABB
参数类型
参数
x
类型
double
参数
y
类型
double
参数
z
类型
double

Name: getCenter

Return Type: Vec3

ZenScript
Copy
// AABB.getCenter() as Vec3

myAABB.getCenter();

Name: getSize

Return Type: double

ZenScript
Copy
// AABB.getSize() as double

myAABB.getSize();

Name: getXsize

Return Type: double

ZenScript
Copy
// AABB.getXsize() as double

myAABB.getXsize();

Name: getYsize

Return Type: double

ZenScript
Copy
// AABB.getYsize() as double

myAABB.getYsize();

Name: getZsize

Return Type: double

ZenScript
Copy
// AABB.getZsize() as double

myAABB.getZsize();

Name: hasNaN

Return Type: boolean

ZenScript
Copy
// AABB.hasNaN() as boolean

myAABB.hasNaN();

Name: inflate

Return Type: AABB

ZenScript
Copy
AABB.inflate(scalar as double) as AABB
参数类型
参数
scalar
类型
double

Name: inflate

Return Type: AABB

ZenScript
Copy
AABB.inflate(x as double, y as double, z as double) as AABB
参数类型
参数
x
类型
double
参数
y
类型
double
参数
z
类型
double

Name: intersect

Return Type: AABB

ZenScript
Copy
AABB.intersect(other as AABB) as AABB
参数类型
参数
other
类型
AABB

Name: intersects

Return Type: boolean

ZenScript
Copy
AABB.intersects(other as AABB) as boolean
参数类型
参数
other
类型
AABB

Name: intersects

Return Type: boolean

ZenScript
Copy
AABB.intersects(minVec as Vec3, maxVec as Vec3) as boolean
参数类型
参数
minVec
类型
Vec3
参数
maxVec
类型
Vec3

Name: intersects

Return Type: boolean

ZenScript
Copy
AABB.intersects(minX as double, minY as double, minZ as double, maxX as double, maxY as double, maxZ as double) as boolean
参数类型
参数
minX
类型
double
参数
minY
类型
double
参数
minZ
类型
double
参数
maxX
类型
double
参数
maxY
类型
double
参数
maxZ
类型
double

Name: max

Return Type: double

ZenScript
Copy
AABB.max(direction as Axis) as double
参数类型
参数
direction
类型
Axis

Name: min

Return Type: double

ZenScript
Copy
AABB.min(direction as Axis) as double
参数类型
参数
direction
类型
Axis

Name: minmax

Return Type: AABB

ZenScript
Copy
AABB.minmax(other as AABB) as AABB
参数类型
参数
other
类型
AABB

Name: move

Return Type: AABB

ZenScript
Copy
AABB.move(pos as BlockPos) as AABB
参数类型
参数
类型
BlockPos

Name: move

Return Type: AABB

ZenScript
Copy
AABB.move(vec as Vec3) as AABB
参数类型
参数
vec
类型
Vec3

Name: move

Return Type: AABB

ZenScript
Copy
AABB.move(x as double, y as double, z as double) as AABB
参数类型
参数
x
类型
double
参数
y
类型
double
参数
z
类型
double

Name: setMaxX

Return Type: AABB

ZenScript
Copy
AABB.setMaxX(maxX as double) as AABB
参数类型
参数
maxX
类型
double

Name: setMaxY

Return Type: AABB

ZenScript
Copy
AABB.setMaxY(maxY as double) as AABB
参数类型
参数
maxY
类型
double

Name: setMaxZ

Return Type: AABB

ZenScript
Copy
AABB.setMaxZ(maxZ as double) as AABB
参数类型
参数
maxZ
类型
double

Name: setMinX

Return Type: AABB

ZenScript
Copy
AABB.setMinX(minX as double) as AABB
参数类型
参数
minX
类型
double

Name: setMinY

Return Type: AABB

ZenScript
Copy
AABB.setMinY(minY as double) as AABB
参数类型
参数
minY
类型
double

Name: setMinZ

Return Type: AABB

ZenScript
Copy
AABB.setMinZ(minZ as double) as AABB
参数类型
参数
minZ
类型
double
名称类型可获得可设置
名称
center
类型
Vec3
可获得
true
可设置
false
名称
hasNaN
类型
布尔值
可获得
true
可设置
false
名称
size #大小
类型
double
可获得
true
可设置
false
名称
xSize
类型
double
可获得
true
可设置
false
名称
ySize
类型
double
可获得
true
可设置
false
名称
zSize
类型
double
可获得
true
可设置
false