From 877312184c472d9845e5ef1008bc538f4634059f Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:50:56 +0300 Subject: fix missing source folder --- .../client/renderer/culling/Frustrum.html | 307 --------------------- 1 file changed, 307 deletions(-) delete mode 100644 javadoc/net/minecraft/client/renderer/culling/Frustrum.html (limited to 'javadoc/net/minecraft/client/renderer/culling/Frustrum.html') diff --git a/javadoc/net/minecraft/client/renderer/culling/Frustrum.html b/javadoc/net/minecraft/client/renderer/culling/Frustrum.html deleted file mode 100644 index f982814..0000000 --- a/javadoc/net/minecraft/client/renderer/culling/Frustrum.html +++ /dev/null @@ -1,307 +0,0 @@ - - - - - -Frustrum (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.client.renderer.culling
-

Class Frustrum

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    ICamera
    -
    -
    -
    -
    public class Frustrum
    -extends java.lang.Object
    -implements ICamera
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      Frustrum() 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      booleanisBoundingBoxInFrustum(AxisAlignedBB p_78546_1_) 
      booleanisBoxInFrustum(double p_78548_1_, - double p_78548_3_, - double p_78548_5_, - double p_78548_7_, - double p_78548_9_, - double p_78548_11_) 
      voidsetPosition(double p_78547_1_, - double p_78547_3_, - double p_78547_5_) 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        Frustrum

        -
        public Frustrum()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        setPosition

        -
        public void setPosition(double p_78547_1_,
        -               double p_78547_3_,
        -               double p_78547_5_)
        -
        -
        Specified by:
        -
        setPosition in interface ICamera
        -
        -
      • -
      - - - -
        -
      • -

        isBoxInFrustum

        -
        public boolean isBoxInFrustum(double p_78548_1_,
        -                     double p_78548_3_,
        -                     double p_78548_5_,
        -                     double p_78548_7_,
        -                     double p_78548_9_,
        -                     double p_78548_11_)
        -
      • -
      - - - - -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - -- cgit v1.2.3