Package net.minecraft.client.gui.screen
Class ProgressScreen
java.lang.Object
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.ProgressScreen
- All Implemented Interfaces:
- Drawable,- Element,- Navigable,- ParentElement,- ProgressListener
- Mappings:
- Namespace - Name - official - euo- intermediary - net/minecraft/class_435- named - net/minecraft/client/gui/screen/ProgressScreen
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraft.client.gui.screen.ScreenScreen.SelectedElementNarrationData
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final booleanprivate booleanprivate intFields inherited from class net.minecraft.client.gui.screen.Screenclient, executor, height, OPTIONS_BACKGROUND_TEXTURE, textRenderer, widthFields inherited from interface net.minecraft.client.gui.ElementMAX_DOUBLE_CLICK_INTERVAL
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanvoidprogressStagePercentage(int percentage) voidrender(DrawContext context, int mouseX, int mouseY, float delta) voidsetDone()voidvoidvoidsetTitleAndTask(Text title) booleanChecks whether this screen should be closed when the escape key is pressed.Methods inherited from class net.minecraft.client.gui.screen.ScreenaddDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, applyNarratorModeChangeDelay, children, clearAndInit, clearChildren, close, filesDragged, findSelectedElementData, getMusic, getNarratedTitle, getNavigationFocus, getTitle, getTooltipFromItem, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hide, init, init, initTabNavigation, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, keyPressed, narrateScreenIfNarrationEnabled, onDisplayed, remove, removed, renderBackground, renderBackgroundTexture, renderWithTooltip, resize, setInitialFocus, setTooltip, setTooltip, setTooltip, setTooltip, shouldPause, switchFocus, tick, updateNarrator, wrapScreenErrorMethods inherited from class net.minecraft.client.gui.AbstractParentElementgetFocused, isDragging, setDragging, setFocusedMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.ElementmouseMovedMethods inherited from interface net.minecraft.client.gui.navigation.NavigablegetNavigationOrderMethods inherited from interface net.minecraft.client.gui.ParentElementcharTyped, focusOn, getFocusedPath, getNavigationPath, hoveredElement, isFocused, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setFocused
- 
Field Details- 
title- Mappings:
- Namespace - Name - Mixin selector - official - a- Leuo;a:Lsw;- intermediary - field_2541- Lnet/minecraft/class_435;field_2541:Lnet/minecraft/class_2561;- named - title- Lnet/minecraft/client/gui/screen/ProgressScreen;title:Lnet/minecraft/text/Text;
 
- 
task- Mappings:
- Namespace - Name - Mixin selector - official - b- Leuo;b:Lsw;- intermediary - field_2544- Lnet/minecraft/class_435;field_2544:Lnet/minecraft/class_2561;- named - task- Lnet/minecraft/client/gui/screen/ProgressScreen;task:Lnet/minecraft/text/Text;
 
- 
progressprivate int progress- Mappings:
- Namespace - Name - Mixin selector - official - c- Leuo;c:I- intermediary - field_2542- Lnet/minecraft/class_435;field_2542:I- named - progress- Lnet/minecraft/client/gui/screen/ProgressScreen;progress:I
 
- 
doneprivate boolean done- Mappings:
- Namespace - Name - Mixin selector - official - k- Leuo;k:Z- intermediary - field_2543- Lnet/minecraft/class_435;field_2543:Z- named - done- Lnet/minecraft/client/gui/screen/ProgressScreen;done:Z
 
- 
closeAfterFinishedprivate final boolean closeAfterFinished- Mappings:
- Namespace - Name - Mixin selector - official - l- Leuo;l:Z- intermediary - field_33625- Lnet/minecraft/class_435;field_33625:Z- named - closeAfterFinished- Lnet/minecraft/client/gui/screen/ProgressScreen;closeAfterFinished:Z
 
 
- 
- 
Constructor Details- 
ProgressScreenpublic ProgressScreen(boolean closeAfterFinished) - Mappings:
- Namespace - Name - Mixin selector - official - <init>- Leuo;<init>(Z)V- intermediary - <init>- Lnet/minecraft/class_435;<init>(Z)V- named - <init>- Lnet/minecraft/client/gui/screen/ProgressScreen;<init>(Z)V
 
 
- 
- 
Method Details- 
shouldCloseOnEscpublic boolean shouldCloseOnEsc()Checks whether this screen should be closed when the escape key is pressed.- Overrides:
- shouldCloseOnEscin class- Screen
- Mappings:
- Namespace - Name - Mixin selector - official - av_- Leuq;av_()Z- intermediary - method_25422- Lnet/minecraft/class_437;method_25422()Z- named - shouldCloseOnEsc- Lnet/minecraft/client/gui/screen/Screen;shouldCloseOnEsc()Z
 
- 
hasUsageTextprotected boolean hasUsageText()- Overrides:
- hasUsageTextin class- Screen
- Mappings:
- Namespace - Name - Mixin selector - official - aH_- Leuq;aH_()Z- intermediary - method_48262- Lnet/minecraft/class_437;method_48262()Z- named - hasUsageText- Lnet/minecraft/client/gui/screen/Screen;hasUsageText()Z
 
- 
setTitle- Specified by:
- setTitlein interface- ProgressListener
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lape;a(Lsw;)V- intermediary - method_15412- Lnet/minecraft/class_3536;method_15412(Lnet/minecraft/class_2561;)V- named - setTitle- Lnet/minecraft/util/ProgressListener;setTitle(Lnet/minecraft/text/Text;)V
 
- 
setTitleAndTask- Specified by:
- setTitleAndTaskin interface- ProgressListener
- Mappings:
- Namespace - Name - Mixin selector - official - b- Lape;b(Lsw;)V- intermediary - method_15413- Lnet/minecraft/class_3536;method_15413(Lnet/minecraft/class_2561;)V- named - setTitleAndTask- Lnet/minecraft/util/ProgressListener;setTitleAndTask(Lnet/minecraft/text/Text;)V
 
- 
setTask- Specified by:
- setTaskin interface- ProgressListener
- Mappings:
- Namespace - Name - Mixin selector - official - c- Lape;c(Lsw;)V- intermediary - method_15414- Lnet/minecraft/class_3536;method_15414(Lnet/minecraft/class_2561;)V- named - setTask- Lnet/minecraft/util/ProgressListener;setTask(Lnet/minecraft/text/Text;)V
 
- 
progressStagePercentagepublic void progressStagePercentage(int percentage) - Specified by:
- progressStagePercentagein interface- ProgressListener
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lape;a(I)V- intermediary - method_15410- Lnet/minecraft/class_3536;method_15410(I)V- named - progressStagePercentage- Lnet/minecraft/util/ProgressListener;progressStagePercentage(I)V
 
- 
setDonepublic void setDone()- Specified by:
- setDonein interface- ProgressListener
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lape;a()V- intermediary - method_15411- Lnet/minecraft/class_3536;method_15411()V- named - setDone- Lnet/minecraft/util/ProgressListener;setDone()V
 
- 
render- Specified by:
- renderin interface- Drawable
- Overrides:
- renderin class- Screen
- Mappings:
- Namespace - Name - Mixin selector - official - a- Leqh;a(Leox;IIF)V- intermediary - method_25394- Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_332;IIF)V- named - render- Lnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/gui/DrawContext;IIF)V
 
 
-