net.minecraftforge.client
Class GuiControlsScrollPanel
java.lang.Object
net.minecraft.client.gui.GuiSlot
net.minecraftforge.client.GuiControlsScrollPanel
public class GuiControlsScrollPanel
- extends GuiSlot
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)
|
GuiControlsScrollPanel
public GuiControlsScrollPanel(GuiControls controls,
GameSettings options,
Minecraft mc)
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)