public class LoadingScreenRenderer extends java.lang.Object implements IProgressUpdate
| Constructor and Description |
|---|
LoadingScreenRenderer(Minecraft mcIn) |
| 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 |
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.
|
public LoadingScreenRenderer(Minecraft mcIn)
public void resetProgressAndMessage(java.lang.String message)
resetProgressAndMessage in interface IProgressUpdatepublic void displaySavingString(java.lang.String message)
displaySavingString 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 IProgressUpdate