From dc3df3edd5843bde0c1335d6a8e460b2c832aa48 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Sat, 17 Jun 2017 08:12:18 +0300 Subject: full project files --- javadoc/net/minecraft/client/gui/GuiIngame.html | 698 ++++++++++++++++++++++++ 1 file changed, 698 insertions(+) create mode 100644 javadoc/net/minecraft/client/gui/GuiIngame.html (limited to 'javadoc/net/minecraft/client/gui/GuiIngame.html') diff --git a/javadoc/net/minecraft/client/gui/GuiIngame.html b/javadoc/net/minecraft/client/gui/GuiIngame.html new file mode 100644 index 0000000..ba28c0e --- /dev/null +++ b/javadoc/net/minecraft/client/gui/GuiIngame.html @@ -0,0 +1,698 @@ + + + + + +GuiIngame (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.client.gui
+

Class GuiIngame

+
+
+ +
+
    +
  • +
    +
    Direct Known Subclasses:
    +
    GuiIngameForge
    +
    +
    +
    +
    public class GuiIngame
    +extends Gui
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        vignetteTexPath

        +
        protected static final ResourceLocation vignetteTexPath
        +
      • +
      + + + + + + + +
        +
      • +

        pumpkinBlurTexPath

        +
        protected static final ResourceLocation pumpkinBlurTexPath
        +
      • +
      + + + +
        +
      • +

        itemRenderer

        +
        protected static final RenderItem itemRenderer
        +
      • +
      + + + +
        +
      • +

        rand

        +
        protected final java.util.Random rand
        +
      • +
      + + + + + + + +
        +
      • +

        persistantChatGUI

        +
        protected final GuiNewChat persistantChatGUI
        +
      • +
      + + + + + + + +
        +
      • +

        updateCounter

        +
        protected int updateCounter
        +
      • +
      + + + +
        +
      • +

        recordPlaying

        +
        protected java.lang.String recordPlaying
        +
      • +
      + + + +
        +
      • +

        recordPlayingUpFor

        +
        protected int recordPlayingUpFor
        +
      • +
      + + + +
        +
      • +

        recordIsPlaying

        +
        protected boolean recordIsPlaying
        +
      • +
      + + + +
        +
      • +

        prevVignetteBrightness

        +
        public float prevVignetteBrightness
        +
      • +
      + + + +
        +
      • +

        remainingHighlightTicks

        +
        protected int remainingHighlightTicks
        +
      • +
      + + + +
        +
      • +

        highlightingItemStack

        +
        protected ItemStack highlightingItemStack
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GuiIngame

        +
        public GuiIngame(Minecraft p_i1036_1_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        renderGameOverlay

        +
        public void renderGameOverlay(float p_73830_1_,
        +                     boolean p_73830_2_,
        +                     int p_73830_3_,
        +                     int p_73830_4_)
        +
      • +
      + + + +
        +
      • +

        func_152126_a

        +
        public void func_152126_a(float p_152126_1_,
        +                 float p_152126_2_)
        +
      • +
      + + + +
        +
      • +

        func_96136_a

        +
        protected void func_96136_a(ScoreObjective p_96136_1_,
        +                int p_96136_2_,
        +                int p_96136_3_,
        +                FontRenderer p_96136_4_)
        +
      • +
      + + + +
        +
      • +

        func_110327_a

        +
        protected void func_110327_a(int p_110327_1_,
        +                 int p_110327_2_)
        +
      • +
      + + + +
        +
      • +

        renderBossHealth

        +
        protected void renderBossHealth()
        +
      • +
      + + + +
        +
      • +

        renderPumpkinBlur

        +
        protected void renderPumpkinBlur(int p_73836_1_,
        +                     int p_73836_2_)
        +
      • +
      + + + +
        +
      • +

        renderVignette

        +
        protected void renderVignette(float p_73829_1_,
        +                  int p_73829_2_,
        +                  int p_73829_3_)
        +
      • +
      + + + +
        +
      • +

        func_130015_b

        +
        protected void func_130015_b(float p_130015_1_,
        +                 int p_130015_2_,
        +                 int p_130015_3_)
        +
      • +
      + + + +
        +
      • +

        renderInventorySlot

        +
        protected void renderInventorySlot(int p_73832_1_,
        +                       int p_73832_2_,
        +                       int p_73832_3_,
        +                       float p_73832_4_)
        +
      • +
      + + + +
        +
      • +

        updateTick

        +
        public void updateTick()
        +
      • +
      + + + +
        +
      • +

        setRecordPlayingMessage

        +
        public void setRecordPlayingMessage(java.lang.String p_73833_1_)
        +
      • +
      + + + +
        +
      • +

        func_110326_a

        +
        public void func_110326_a(java.lang.String p_110326_1_,
        +                 boolean p_110326_2_)
        +
      • +
      + + + +
        +
      • +

        getChatGUI

        +
        public GuiNewChat getChatGUI()
        +
      • +
      + + + +
        +
      • +

        getUpdateCounter

        +
        public int getUpdateCounter()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3