|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.minecraft.client.gui.Gui
net.minecraft.client.gui.GuiScreen
net.minecraft.client.gui.GuiProgress
public class GuiProgress
Field Summary |
---|
Fields inherited from class net.minecraft.client.gui.GuiScreen |
---|
allowUserInput, guiParticles, height, isMacOs, width |
Constructor Summary | |
---|---|
GuiProgress()
|
Method Summary | |
---|---|
void |
displayProgressMessage(String par1Str)
"Saving level", or the loading,or downloading equivelent |
void |
drawScreen(int par1,
int par2,
float par3)
Draws the screen and all the components in it. |
void |
onNoMoreProgress()
called when there is no more progress to be had, both on completion and failure |
void |
resetProgresAndWorkingMessage(String par1Str)
This is called with "Working..." by resetProgressAndMessage |
void |
resetProgressAndMessage(String par1Str)
this string, followed by "working..." and then the "% complete" are the 3 lines shown. |
void |
setLoadingProgress(int par1)
Updates the progress bar on the loading screen to the specified amount. |
Methods inherited from class net.minecraft.client.gui.GuiScreen |
---|
confirmClicked, doesGuiPauseGame, drawBackground, drawDefaultBackground, drawWorldBackground, getClipboardString, handleInput, handleKeyboardInput, handleMouseInput, initGui, isCtrlKeyDown, isShiftKeyDown, onGuiClosed, setClipboardString, setWorldAndResolution, updateScreen |
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 |
---|
public GuiProgress()
Method Detail |
---|
public void displayProgressMessage(String par1Str)
displayProgressMessage
in interface IProgressUpdate
public void resetProgressAndMessage(String par1Str)
resetProgressAndMessage
in interface IProgressUpdate
public void resetProgresAndWorkingMessage(String par1Str)
resetProgresAndWorkingMessage
in interface IProgressUpdate
public void setLoadingProgress(int par1)
setLoadingProgress
in interface IProgressUpdate
public void onNoMoreProgress()
onNoMoreProgress
in interface IProgressUpdate
public void drawScreen(int par1, int par2, float par3)
drawScreen
in class GuiScreen
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |