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

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

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
ПараметрТип
Параметр
pos
Тип
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

Свойства

Link to свойства

НазваниеТипИмеет GetterИмеет Setter
Название
center
Тип
Vec3
Имеет Getter
true
Имеет Setter
false
Название
hasNaN
Тип
boolean
Имеет Getter
true
Имеет Setter
false
Название
size
Тип
double
Имеет Getter
true
Имеет Setter
false
Название
xSize
Тип
double
Имеет Getter
true
Имеет Setter
false
Название
ySize
Тип
double
Имеет Getter
true
Имеет Setter
false
Название
zSize
Тип
double
Имеет Getter
true
Имеет Setter
false