Interface ProgressListener
- All Known Implementing Classes:
ProgressScreen
public interface ProgressListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidprogressStage(Component string) voidprogressStagePercentage(int i) Updates the progress bar on the loading screen to the specified amount.voidprogressStart(Component string) voidprogressStartNoAbort(Component string) voidstop()
-
Method Details
-
progressStartNoAbort
-
progressStart
-
progressStage
-
progressStagePercentage
void progressStagePercentage(int i) Updates the progress bar on the loading screen to the specified amount. -
stop
void stop()
-