cpw.mods.fml.client
Class GuiDupesFound
java.lang.Object
  
net.minecraft.client.gui.Gui
      
net.minecraft.client.gui.GuiScreen
          
net.minecraft.client.gui.GuiErrorScreen
              
cpw.mods.fml.client.GuiDupesFound
public class GuiDupesFound
- extends GuiErrorScreen
 
 
 
 
| 
Method Summary | 
 void | 
drawScreen(int par1,
                     int par2,
                     float par3)
 
          Draws the screen and all the components in it. | 
 void | 
initGui()
 
          Adds the buttons (and other controls) to the screen in question. | 
 
| Methods inherited from class net.minecraft.client.gui.GuiScreen | 
confirmClicked, doesGuiPauseGame, drawBackground, drawDefaultBackground, drawWorldBackground, getClipboardString, handleInput, handleKeyboardInput, handleMouseInput, isCtrlKeyDown, isShiftKeyDown, onGuiClosed, setClipboardString, setWorldAndResolution, updateScreen | 
 
 
 
GuiDupesFound
public GuiDupesFound(DuplicateModsFoundException dupes)
initGui
public void initGui()
- Description copied from class: 
GuiScreen 
- Adds the buttons (and other controls) to the screen in question.
- Overrides:
 initGui in class GuiScreen
 
 
 
drawScreen
public void drawScreen(int par1,
                       int par2,
                       float par3)
- Description copied from class: 
GuiErrorScreen 
- Draws the screen and all the components in it.
- Overrides:
 drawScreen in class GuiErrorScreen