Package net.minecraft.src
Class ConvertingProgressUpdate
java.lang.Object
net.minecraft.src.ConvertingProgressUpdate
- All Implemented Interfaces:
IProgressUpdate
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddisplayLoadingString(String par1Str) This is called with "Working..." by resetProgressAndMessagevoiddisplaySavingString(String par1Str) "Saving level", or the loading,or downloading equivelentvoidsetLoadingProgress(int par1) Updates the progress bar on the loading screen to the specified amount.
-
Constructor Details
-
ConvertingProgressUpdate
-
-
Method Details
-
displaySavingString
"Saving level", or the loading,or downloading equivelent- Specified by:
displaySavingStringin interfaceIProgressUpdate
-
setLoadingProgress
public void setLoadingProgress(int par1) Updates the progress bar on the loading screen to the specified amount. Args: loadProgress- Specified by:
setLoadingProgressin interfaceIProgressUpdate
-
displayLoadingString
This is called with "Working..." by resetProgressAndMessage- Specified by:
displayLoadingStringin interfaceIProgressUpdate
-