From dc3df3edd5843bde0c1335d6a8e460b2c832aa48 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Sat, 17 Jun 2017 08:12:18 +0300 Subject: full project files --- .../minecraftforge/client/ForgeHooksClient.html | 663 +++++++++++++++++++++ 1 file changed, 663 insertions(+) create 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 new file mode 100644 index 0000000..bc64f83 --- /dev/null +++ b/javadoc/net/minecraftforge/client/ForgeHooksClient.html @@ -0,0 +1,663 @@ + + + + + +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