Interface ICamera

All Known Implementing Classes:
Frustrum

@Environment(CLIENT) public interface ICamera
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns true if the bounding box is inside all 6 clipping planes, otherwise returns false.
    void
    setPosition(double var1, double var3, double var5)
     
  • Method Details

    • isBoundingBoxInFrustum

      boolean isBoundingBoxInFrustum(AxisAlignedBB var1)
      Returns true if the bounding box is inside all 6 clipping planes, otherwise returns false.
    • setPosition

      void setPosition(double var1, double var3, double var5)