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