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