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 --- .../minecraftforge/client/ForgeHooksClient.html | 663 --------------------- 1 file changed, 663 deletions(-) delete mode 100644 javadoc/net/minecraftforge/client/ForgeHooksClient.html (limited to 'javadoc/net/minecraftforge/client/ForgeHooksClient.html') diff --git a/javadoc/net/minecraftforge/client/ForgeHooksClient.html b/javadoc/net/minecraftforge/client/ForgeHooksClient.html deleted file mode 100644 index bc64f83..0000000 --- a/javadoc/net/minecraftforge/client/ForgeHooksClient.html +++ /dev/null @@ -1,663 +0,0 @@ - - - - - -ForgeHooksClient (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraftforge.client
-

Class ForgeHooksClient

-
-
- -
-
    -
  • -
    -
    -
    public class ForgeHooksClient
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        ForgeHooksClient

        -
        public ForgeHooksClient()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getArmorTexture

        -
        public static java.lang.String getArmorTexture(Entity entity,
        -                               ItemStack armor,
        -                               java.lang.String _default,
        -                               int slot,
        -                               java.lang.String type)
        -
      • -
      - - - -
        -
      • -

        renderEntityItem

        -
        public static boolean renderEntityItem(EntityItem entity,
        -                       ItemStack item,
        -                       float bobing,
        -                       float rotation,
        -                       java.util.Random random,
        -                       TextureManager engine,
        -                       RenderBlocks renderBlocks,
        -                       int count)
        -
      • -
      - - - -
        -
      • -

        renderInventoryItem

        -
        public static boolean renderInventoryItem(RenderBlocks renderBlocks,
        -                          TextureManager engine,
        -                          ItemStack item,
        -                          boolean inColor,
        -                          float zLevel,
        -                          float x,
        -                          float y)
        -
      • -
      - - - - - - - - - - - - - - - - - - - -
        -
      • -

        dispatchRenderLast

        -
        public static void dispatchRenderLast(RenderGlobal context,
        -                      float partialTicks)
        -
      • -
      - - - -
        -
      • -

        renderFirstPersonHand

        -
        public static boolean renderFirstPersonHand(RenderGlobal context,
        -                            float partialTicks,
        -                            int renderPass)
        -
      • -
      - - - -
        -
      • -

        onTextureStitchedPre

        -
        public static void onTextureStitchedPre(TextureMap map)
        -
      • -
      - - - -
        -
      • -

        onTextureStitchedPost

        -
        public static void onTextureStitchedPost(TextureMap map)
        -
      • -
      - - - -
        -
      • -

        onTextureLoadPre

        -
        public static void onTextureLoadPre(java.lang.String texture)
        -
        This is added for Optifine's convenience. And to explode if a ModMaker is developing.
        -
        Parameters:
        texture -
        -
      • -
      - - - -
        -
      • -

        setRenderPass

        -
        public static void setRenderPass(int pass)
        -
      • -
      - - - - - - - -
        -
      • -

        createDisplay

        -
        public static void createDisplay()
        -                          throws org.lwjgl.LWJGLException
        -
        Throws:
        -
        org.lwjgl.LWJGLException
        -
      • -
      - - - -
        -
      • -

        fixDomain

        -
        public static java.lang.String fixDomain(java.lang.String base,
        -                         java.lang.String complex)
        -
      • -
      - - - -
        -
      • -

        postMouseEvent

        -
        public static boolean postMouseEvent()
        -
      • -
      - - - -
        -
      • -

        getOffsetFOV

        -
        public static float getOffsetFOV(EntityPlayerSP entity,
        -                 float fov)
        -
      • -
      - - - -
        -
      • -

        getSkyBlendColour

        -
        public static int getSkyBlendColour(World world,
        -                    int playerX,
        -                    int playerY,
        -                    int playerZ)
        -
      • -
      - - - -
        -
      • -

        renderMainMenu

        -
        public static void renderMainMenu(GuiMainMenu gui,
        -                  FontRenderer font,
        -                  int width,
        -                  int height)
        -
      • -
      - - - - - - - -
        -
      • -

        getWorldRenderPass

        -
        public static int getWorldRenderPass()
        -
      • -
      - - - -
        -
      • -

        setWorldRendererRB

        -
        public static void setWorldRendererRB(RenderBlocks renderBlocks)
        -
      • -
      - - - -
        -
      • -

        onPreRenderWorld

        -
        public static void onPreRenderWorld(WorldRenderer worldRenderer,
        -                    int pass)
        -
      • -
      - - - -
        -
      • -

        onPostRenderWorld

        -
        public static void onPostRenderWorld(WorldRenderer worldRenderer,
        -                     int pass)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - -- cgit v1.2.3