public interface IProgressUpdate
| Modifier and Type | Method and Description |
|---|---|
void |
displayProgressMessage(java.lang.String p_73720_1_)
"Saving level", or the loading,or downloading equivelent
|
void |
func_146586_a() |
void |
resetProgresAndWorkingMessage(java.lang.String p_73719_1_)
This is called with "Working..." by resetProgressAndMessage
|
void |
resetProgressAndMessage(java.lang.String p_73721_1_)
this string, followed by "working..." and then the "% complete" are the 3 lines shown.
|
void |
setLoadingProgress(int p_73718_1_)
Updates the progress bar on the loading screen to the specified amount.
|
void displayProgressMessage(java.lang.String p_73720_1_)
void resetProgressAndMessage(java.lang.String p_73721_1_)
void resetProgresAndWorkingMessage(java.lang.String p_73719_1_)
void setLoadingProgress(int p_73718_1_)
void func_146586_a()