Package net.minecraft.src
Interface IProgressUpdate
- All Known Implementing Classes:
ConvertingProgressUpdate,LoadingScreenRenderer
public interface IProgressUpdate
-
Method Summary
Modifier and TypeMethodDescriptionvoiddisplayLoadingString(String var1) This is called with "Working..." by resetProgressAndMessagevoiddisplaySavingString(String var1) "Saving level", or the loading,or downloading equivelentvoidsetLoadingProgress(int var1) Updates the progress bar on the loading screen to the specified amount.
-
Method Details
-
displaySavingString
"Saving level", or the loading,or downloading equivelent -
displayLoadingString
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
-