Package net.minecraft.util
Interface IProgressUpdate
- All Known Implementing Classes:
WorkingScreen
public interface IProgressUpdate
-
Method Summary
Modifier and TypeMethodDescriptionvoidprogressStage(ITextComponent p_200209_1_) voidprogressStagePercentage(int p_73718_1_) voidprogressStart(ITextComponent p_200211_1_) voidprogressStartNoAbort(ITextComponent p_200210_1_) voidstop()
-
Method Details
-
progressStartNoAbort
-
progressStart
-
progressStage
-
progressStagePercentage
void progressStagePercentage(int p_73718_1_) -
stop
void stop()
-