net.minecraft.client.gui
Class GuiSleepMP

java.lang.Object
  extended by net.minecraft.client.gui.Gui
      extended by net.minecraft.client.gui.GuiScreen
          extended by net.minecraft.client.gui.GuiChat
              extended by net.minecraft.client.gui.GuiSleepMP

public class GuiSleepMP
extends GuiChat


Field Summary
 
Fields inherited from class net.minecraft.client.gui.GuiScreen
allowUserInput, guiParticles, height, isMacOs, width
 
Constructor Summary
GuiSleepMP()
           
 
Method Summary
 void initGui()
          Adds the buttons (and other controls) to the screen in question.
 
Methods inherited from class net.minecraft.client.gui.GuiChat
completePlayerName, confirmClicked, doesGuiPauseGame, drawScreen, func_73894_a, getSentHistory, handleMouseInput, onGuiClosed, updateScreen
 
Methods inherited from class net.minecraft.client.gui.GuiScreen
drawBackground, drawDefaultBackground, drawWorldBackground, getClipboardString, handleInput, handleKeyboardInput, isCtrlKeyDown, isShiftKeyDown, setClipboardString, setWorldAndResolution
 
Methods inherited from class net.minecraft.client.gui.Gui
drawCenteredString, drawRect, drawString, drawTexturedModalRect
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GuiSleepMP

public GuiSleepMP()
Method Detail

initGui

public void initGui()
Adds the buttons (and other controls) to the screen in question.

Overrides:
initGui in class GuiChat