java.lang.Object
org.geysermc.connector.network.translators.collision.BoundingBox

public class BoundingBox extends Object
  • Constructor Details

    • BoundingBox

      public BoundingBox()
  • Method Details

    • translate

      public void translate(double x, double y, double z)
    • checkIntersection

      public boolean checkIntersection(int offsetX, int offsetY, int offsetZ, BoundingBox otherBox)