YATS/Forge Documentation
 All Classes Namespaces Files Functions Variables Enumerator Pages
cpw.mods.fml.client.GuiDupesFound Class Reference
Inheritance diagram for cpw.mods.fml.client.GuiDupesFound:
net.minecraft.client.gui.GuiErrorScreen net.minecraft.client.gui.GuiScreen net.minecraft.client.gui.Gui

Public Member Functions

 GuiDupesFound (DuplicateModsFoundException dupes)
 
void initGui ()
 
void drawScreen (int par1, int par2, float par3)
 
- Public Member Functions inherited from net.minecraft.client.gui.GuiErrorScreen
 GuiErrorScreen (String par1Str, String par2Str)
 
void initGui ()
 
 GuiErrorScreen ()
 
void drawScreen (int par1, int par2, float par3)
 
- Public Member Functions inherited from net.minecraft.client.gui.GuiScreen
void drawScreen (int par1, int par2, float par3)
 
void setWorldAndResolution (Minecraft par1Minecraft, int par2, int par3)
 
void initGui ()
 
void handleInput ()
 
void handleMouseInput ()
 
void handleKeyboardInput ()
 
void updateScreen ()
 
void onGuiClosed ()
 
void drawDefaultBackground ()
 
void drawWorldBackground (int par1)
 
void drawBackground (int par1)
 
boolean doesGuiPauseGame ()
 
void confirmClicked (boolean par1, int par2)
 
- Public Member Functions inherited from net.minecraft.client.gui.Gui
void drawCenteredString (FontRenderer par1FontRenderer, String par2Str, int par3, int par4, int par5)
 
void drawString (FontRenderer par1FontRenderer, String par2Str, int par3, int par4, int par5)
 
void drawTexturedModalRect (int par1, int par2, int par3, int par4, int par5, int par6)
 
void drawTexturedModelRectFromIcon (int par1, int par2, Icon par3Icon, int par4, int par5)
 

Additional Inherited Members

- Static Public Member Functions inherited from net.minecraft.client.gui.GuiScreen
static String getClipboardString ()
 
static void setClipboardString (String par0Str)
 
static boolean isCtrlKeyDown ()
 
static boolean isShiftKeyDown ()
 
- Public Attributes inherited from net.minecraft.client.gui.GuiScreen
int width
 
int height
 
boolean allowUserInput = false
 
GuiParticle guiParticles
 
- Static Public Attributes inherited from net.minecraft.client.gui.GuiScreen
static final boolean isMacOs = Minecraft.getOs() == EnumOS.MACOS
 
- Protected Member Functions inherited from net.minecraft.client.gui.GuiErrorScreen
void keyTyped (char par1, int par2)
 
void actionPerformed (GuiButton par1GuiButton)
 
- Protected Attributes inherited from net.minecraft.client.gui.GuiScreen
Minecraft mc
 
List buttonList = new ArrayList()
 
FontRenderer fontRenderer
 

Constructor & Destructor Documentation

cpw.mods.fml.client.GuiDupesFound.GuiDupesFound ( DuplicateModsFoundException  dupes)

Member Function Documentation

void cpw.mods.fml.client.GuiDupesFound.drawScreen ( int  par1,
int  par2,
float  par3 
)

Draws the screen and all the components in it.

void cpw.mods.fml.client.GuiDupesFound.initGui ( )

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


The documentation for this class was generated from the following file: