public class LoadingScreenRenderer extends Object implements IProgressUpdate
Constructor and Description |
---|
LoadingScreenRenderer(Minecraft par1Minecraft) |
Modifier and Type | Method and Description |
---|---|
void |
displayProgressMessage(String par1Str)
"Saving level", or the loading,or downloading equivelent
|
void |
func_73722_d(String par1Str) |
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.
|
public LoadingScreenRenderer(Minecraft par1Minecraft)
public void resetProgressAndMessage(String par1Str)
resetProgressAndMessage
in interface IProgressUpdate
public void displayProgressMessage(String par1Str)
displayProgressMessage
in interface IProgressUpdate
public void func_73722_d(String par1Str)
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