Package net.minecraft.util
Interface ProgressListener
- All Known Implementing Classes:
ProgressScreen
public interface ProgressListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
progressStage
(Component pStage) void
progressStagePercentage
(int pProgress) Updates the progress bar on the loading screen to the specified amount.void
progressStart
(Component pHeader) void
progressStartNoAbort
(Component pComponent) void
stop()
-
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()
-