|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.minecraft.client.gui.LoadingScreenRenderer
public class LoadingScreenRenderer
Constructor Summary | |
---|---|
LoadingScreenRenderer(Minecraft par1Minecraft)
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LoadingScreenRenderer(Minecraft par1Minecraft)
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |