net.minecraft.util
Interface IProgressUpdate

All Known Implementing Classes:
ConvertingProgressUpdate, GuiProgress, LoadingScreenRenderer

public interface IProgressUpdate


Method Summary
 void displayProgressMessage(String var1)
          "Saving level", or the loading,or downloading equivelent
 void onNoMoreProgress()
           
 void resetProgresAndWorkingMessage(String var1)
          This is called with "Working..." by resetProgressAndMessage
 void resetProgressAndMessage(String var1)
           
 void setLoadingProgress(int var1)
          Updates the progress bar on the loading screen to the specified amount.
 

Method Detail

displayProgressMessage

void displayProgressMessage(String var1)
"Saving level", or the loading,or downloading equivelent


resetProgressAndMessage

void resetProgressAndMessage(String var1)

resetProgresAndWorkingMessage

void resetProgresAndWorkingMessage(String var1)
This is called with "Working..." by resetProgressAndMessage


setLoadingProgress

void setLoadingProgress(int var1)
Updates the progress bar on the loading screen to the specified amount. Args: loadProgress


onNoMoreProgress

void onNoMoreProgress()