Class ConvertingProgressUpdate

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

public class ConvertingProgressUpdate extends Object implements IProgressUpdate
  • Constructor Details

    • ConvertingProgressUpdate

      public ConvertingProgressUpdate(MinecraftServer par1MinecraftServer)
  • Method Details

    • displaySavingString

      public void displaySavingString(String par1Str)
      "Saving level", or the loading,or downloading equivelent
      Specified by:
      displaySavingString 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
    • displayLoadingString

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