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