Interface IProgressUpdate

All Known Implementing Classes:
ConvertingProgressUpdate, LoadingScreenRenderer

public interface IProgressUpdate
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This is called with "Working..." by resetProgressAndMessage
    void
    "Saving level", or the loading,or downloading equivelent
    void
    Updates the progress bar on the loading screen to the specified amount.
  • Method Details

    • displaySavingString

      void displaySavingString(String var1)
      "Saving level", or the loading,or downloading equivelent
    • displayLoadingString

      void displayLoadingString(String var1)
      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