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