Class LoadingScreenRenderer

java.lang.Object
net.minecraft.src.LoadingScreenRenderer
All Implemented Interfaces:
IProgressUpdate

public class LoadingScreenRenderer extends Object implements IProgressUpdate
  • Constructor Details

    • LoadingScreenRenderer

      public LoadingScreenRenderer(Minecraft par1Minecraft)
  • Method Details

    • resetProgressAndMessage

      public void resetProgressAndMessage(String par1Str)
      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

      public void displaySavingString(String par1Str)
      "Saving level", or the loading,or downloading equivelent
      Specified by:
      displaySavingString in interface IProgressUpdate
    • func_73722_d

      public void func_73722_d(String par1Str)
    • displayLoadingString

      public void displayLoadingString(String par1Str)
      This is called with "Working..." by resetProgressAndMessage
      Specified by:
      displayLoadingString in interface IProgressUpdate
    • setLoadingProgress

      public void setLoadingProgress(int par1)
      Updates the progress bar on the loading screen to the specified amount. Args: loadProgress
      Specified by:
      setLoadingProgress in interface IProgressUpdate