From 0427ab89f1753a44b30cbc35ce021cbbdc845109 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:52:45 +0300 Subject: fix missing source folder --- .../minecraft/client/renderer/WorldRenderer.html | 733 +++++++++++++++++++++ 1 file changed, 733 insertions(+) create mode 100644 javadoc/net/minecraft/client/renderer/WorldRenderer.html (limited to 'javadoc/net/minecraft/client/renderer/WorldRenderer.html') diff --git a/javadoc/net/minecraft/client/renderer/WorldRenderer.html b/javadoc/net/minecraft/client/renderer/WorldRenderer.html new file mode 100644 index 0000000..e17ba94 --- /dev/null +++ b/javadoc/net/minecraft/client/renderer/WorldRenderer.html @@ -0,0 +1,733 @@ + + + + + +WorldRenderer (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.client.renderer
+

Class WorldRenderer

+
+
+ +
+
    +
  • +
    +
    +
    public class WorldRenderer
    +extends java.lang.Object
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        worldObj

        +
        public World worldObj
        +
      • +
      + + + +
        +
      • +

        chunksUpdated

        +
        public static int chunksUpdated
        +
      • +
      + + + +
        +
      • +

        posX

        +
        public int posX
        +
      • +
      + + + +
        +
      • +

        posY

        +
        public int posY
        +
      • +
      + + + +
        +
      • +

        posZ

        +
        public int posZ
        +
      • +
      + + + +
        +
      • +

        posXMinus

        +
        public int posXMinus
        +
      • +
      + + + +
        +
      • +

        posYMinus

        +
        public int posYMinus
        +
      • +
      + + + +
        +
      • +

        posZMinus

        +
        public int posZMinus
        +
      • +
      + + + +
        +
      • +

        posXClip

        +
        public int posXClip
        +
      • +
      + + + +
        +
      • +

        posYClip

        +
        public int posYClip
        +
      • +
      + + + +
        +
      • +

        posZClip

        +
        public int posZClip
        +
      • +
      + + + +
        +
      • +

        isInFrustum

        +
        public boolean isInFrustum
        +
      • +
      + + + +
        +
      • +

        skipRenderPass

        +
        public boolean[] skipRenderPass
        +
      • +
      + + + +
        +
      • +

        posXPlus

        +
        public int posXPlus
        +
      • +
      + + + +
        +
      • +

        posYPlus

        +
        public int posYPlus
        +
      • +
      + + + +
        +
      • +

        posZPlus

        +
        public int posZPlus
        +
      • +
      + + + +
        +
      • +

        needsUpdate

        +
        public boolean needsUpdate
        +
      • +
      + + + +
        +
      • +

        rendererBoundingBox

        +
        public AxisAlignedBB rendererBoundingBox
        +
      • +
      + + + +
        +
      • +

        chunkIndex

        +
        public int chunkIndex
        +
      • +
      + + + +
        +
      • +

        isVisible

        +
        public boolean isVisible
        +
      • +
      + + + +
        +
      • +

        isWaitingOnOcclusionQuery

        +
        public boolean isWaitingOnOcclusionQuery
        +
      • +
      + + + +
        +
      • +

        glOcclusionQuery

        +
        public int glOcclusionQuery
        +
      • +
      + + + +
        +
      • +

        isChunkLit

        +
        public boolean isChunkLit
        +
      • +
      + + + +
        +
      • +

        tileEntityRenderers

        +
        public java.util.List tileEntityRenderers
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        WorldRenderer

        +
        public WorldRenderer(World p_i1240_1_,
        +             java.util.List p_i1240_2_,
        +             int p_i1240_3_,
        +             int p_i1240_4_,
        +             int p_i1240_5_,
        +             int p_i1240_6_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        setPosition

        +
        public void setPosition(int p_78913_1_,
        +               int p_78913_2_,
        +               int p_78913_3_)
        +
      • +
      + + + +
        +
      • +

        updateRenderer

        +
        public void updateRenderer(EntityLivingBase p_147892_1_)
        +
      • +
      + + + +
        +
      • +

        updateRendererSort

        +
        public void updateRendererSort(EntityLivingBase p_147889_1_)
        +
      • +
      + + + +
        +
      • +

        distanceToEntitySquared

        +
        public float distanceToEntitySquared(Entity p_78912_1_)
        +
      • +
      + + + +
        +
      • +

        setDontDraw

        +
        public void setDontDraw()
        +
      • +
      + + + +
        +
      • +

        stopRendering

        +
        public void stopRendering()
        +
      • +
      + + + +
        +
      • +

        getGLCallListForPass

        +
        public int getGLCallListForPass(int p_78909_1_)
        +
      • +
      + + + +
        +
      • +

        updateInFrustum

        +
        public void updateInFrustum(ICamera p_78908_1_)
        +
      • +
      + + + +
        +
      • +

        callOcclusionQueryList

        +
        public void callOcclusionQueryList()
        +
      • +
      + + + +
        +
      • +

        skipAllRenderPasses

        +
        public boolean skipAllRenderPasses()
        +
      • +
      + + + +
        +
      • +

        markDirty

        +
        public void markDirty()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3