Package net.minecraft.src
Class LoadingScreenRenderer
java.lang.Object
net.minecraft.src.LoadingScreenRenderer
- 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 equivelentvoidfunc_73722_d(String par1Str) voidresetProgressAndMessage(String par1Str) this string, followed by "working..." and then the "% complete" are the 3 lines shown.voidsetLoadingProgress(int par1) Updates the progress bar on the loading screen to the specified amount.
-
Constructor Details
-
LoadingScreenRenderer
-
-
Method Details
-
resetProgressAndMessage
this string, followed by "working..." and then the "% complete" are the 3 lines shown. This resets progress to 0, and the WorkingString to "working...". -
displaySavingString
"Saving level", or the loading,or downloading equivelent- Specified by:
displaySavingStringin interfaceIProgressUpdate
-
func_73722_d
-
displayLoadingString
This is called with "Working..." by resetProgressAndMessage- Specified by:
displayLoadingStringin 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
-