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