net.minecraftforge.client
Class GuiControlsScrollPanel

java.lang.Object
  extended by net.minecraft.client.gui.GuiSlot
      extended by net.minecraftforge.client.GuiControlsScrollPanel

public class GuiControlsScrollPanel
extends GuiSlot


Field Summary
 
Fields inherited from class net.minecraft.client.gui.GuiSlot
BACKGROUND_IMAGE
 
Constructor Summary
GuiControlsScrollPanel(GuiControls controls, GameSettings options, Minecraft mc)
           
 
Method Summary
 void drawScreen(int mX, int mY, float f)
          draws the slot to the screen, pass in mouse's current x and y and partial ticks
 boolean keyTyped(char c, int i)
           
 
Methods inherited from class net.minecraft.client.gui.GuiSlot
actionPerformed, func_77207_a, func_77208_b, func_77209_d, func_77210_c, registerScrollButtons, setShowSelectionBox
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GuiControlsScrollPanel

public GuiControlsScrollPanel(GuiControls controls,
                              GameSettings options,
                              Minecraft mc)
Method Detail

drawScreen

public void drawScreen(int mX,
                       int mY,
                       float f)
Description copied from class: GuiSlot
draws the slot to the screen, pass in mouse's current x and y and partial ticks

Overrides:
drawScreen in class GuiSlot

keyTyped

public boolean keyTyped(char c,
                        int i)