public class BoundingBox extends Object
| Constructor and Description |
|---|
BoundingBox() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkIntersection(int offsetX,
int offsetY,
int offsetZ,
BoundingBox otherBox) |
void |
translate(double x,
double y,
double z) |
public void translate(double x,
double y,
double z)
public boolean checkIntersection(int offsetX,
int offsetY,
int offsetZ,
BoundingBox otherBox)
Copyright © 2021 GeyserMC. All rights reserved.