public class ConvertingProgressUpdate extends Object implements IProgressUpdate
Constructor and Description |
---|
ConvertingProgressUpdate(MinecraftServer par1) |
Modifier and Type | Method and Description |
---|---|
void |
displayProgressMessage(String par1Str)
"Saving level", or the loading,or downloading equivelent
|
void |
onNoMoreProgress() |
void |
resetProgresAndWorkingMessage(String par1Str)
This is called with "Working..." by resetProgressAndMessage
|
void |
resetProgressAndMessage(String par1Str) |
void |
setLoadingProgress(int par1)
Updates the progress bar on the loading screen to the specified amount.
|
public ConvertingProgressUpdate(MinecraftServer par1)
public void displayProgressMessage(String par1Str)
displayProgressMessage
in interface IProgressUpdate
public void setLoadingProgress(int par1)
setLoadingProgress
in interface IProgressUpdate
public void resetProgressAndMessage(String par1Str)
resetProgressAndMessage
in interface IProgressUpdate
public void onNoMoreProgress()
onNoMoreProgress
in interface IProgressUpdate
public void resetProgresAndWorkingMessage(String par1Str)
resetProgresAndWorkingMessage
in interface IProgressUpdate