Class BoundingBox
java.lang.Object
org.geysermc.connector.network.translators.collision.BoundingBox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckIntersection(int offsetX, int offsetY, int offsetZ, BoundingBox otherBox)voidtranslate(double x, double y, double z)
-
Constructor Details
-
BoundingBox
public BoundingBox()
-
-
Method Details
-
translate
public void translate(double x, double y, double z) -
checkIntersection
-