public class GuiScreenWorking extends GuiScreen implements IProgressUpdate
allowUserInput, buttonList, fontRendererObj, height, itemRender, keyHandled, labelList, mc, mouseHandled, widthICONS, OPTIONS_BACKGROUND, STAT_ICONS, zLevel| Constructor and Description |
|---|
GuiScreenWorking() |
| Modifier and Type | Method and Description |
|---|---|
void |
displayLoadingString(java.lang.String message)
Displays a string on the loading screen supposed to indicate what is being done currently.
|
void |
displaySavingString(java.lang.String message)
Shows the 'Saving level' string.
|
void |
drawScreen(int mouseX,
int mouseY,
float partialTicks)
Draws the screen and all the components in it.
|
void |
resetProgressAndMessage(java.lang.String message)
this string, followed by "working..." and then the "% complete" are the 3 lines shown.
|
void |
setDoneWorking() |
void |
setLoadingProgress(int progress)
Updates the progress bar on the loading screen to the specified amount.
|
actionPerformed, addButton, confirmClicked, doesGuiPauseGame, drawBackground, drawCreativeTabHoveringText, drawDefaultBackground, drawHoveringText, drawHoveringText, drawWorldBackground, getClipboardString, handleComponentClick, handleComponentHover, handleInput, handleKeyboardInput, handleMouseInput, initGui, isAltKeyDown, isCtrlKeyDown, isKeyComboCtrlA, isKeyComboCtrlC, isKeyComboCtrlV, isKeyComboCtrlX, isShiftKeyDown, keyTyped, mouseClicked, mouseClickMove, mouseReleased, onGuiClosed, onResize, renderToolTip, sendChatMessage, sendChatMessage, setClipboardString, setGuiSize, setText, setWorldAndResolution, updateScreendrawCenteredString, drawGradientRect, drawHorizontalLine, drawModalRectWithCustomSizedTexture, drawRect, drawScaledCustomSizeModalRect, drawString, drawTexturedModalRect, drawTexturedModalRect, drawTexturedModalRect, drawVerticalLinepublic void displaySavingString(java.lang.String message)
displaySavingString in interface IProgressUpdatepublic void resetProgressAndMessage(java.lang.String message)
resetProgressAndMessage in interface IProgressUpdatepublic void displayLoadingString(java.lang.String message)
displayLoadingString in interface IProgressUpdatepublic void setLoadingProgress(int progress)
setLoadingProgress in interface IProgressUpdatepublic void setDoneWorking()
setDoneWorking in interface IProgressUpdatepublic void drawScreen(int mouseX,
int mouseY,
float partialTicks)
drawScreen in class GuiScreen