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 eykintermediary net/minecraft/class_435named net/minecraft/client/gui/screen/ProgressScreen
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
Screen.SelectedElementNarrationData -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final booleanprivate booleanprivate intFields inherited from class net.minecraft.client.gui.screen.Screen
client, executor, height, OPTIONS_BACKGROUND_TEXTURE, textRenderer, widthFields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL -
Constructor Summary
Constructors -
Method Summary
Modifier 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.Screen
addDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, applyNarratorModeChangeDelay, children, clearAndInit, clearChildren, close, filesDragged, findSelectedElementData, getMusic, getNarratedTitle, getNavigationFocus, getTitle, getTooltipFromItem, getUsageNarrationText, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hide, init, init, initTabNavigation, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, keyPressed, narrateScreenIfNarrationEnabled, onDisplayed, remove, removed, renderBackground, renderBackgroundTexture, renderInGameBackground, renderWithTooltip, resize, setInitialFocus, setTooltip, setTooltip, setTooltip, setTooltip, shouldPause, switchFocus, tick, updateNarrator, wrapScreenErrorMethods inherited from class net.minecraft.client.gui.AbstractParentElement
getFocused, isDragging, setDragging, setFocusedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.Element
mouseMovedMethods inherited from interface net.minecraft.client.gui.navigation.Navigable
getNavigationOrderMethods inherited from interface net.minecraft.client.gui.ParentElement
charTyped, focusOn, getFocusedPath, getNavigationPath, hoveredElement, isFocused, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setFocused
-
Field Details
-
title
- Mappings:
Namespace Name Mixin selector official aLeyk;a:Ltn;intermediary field_2541Lnet/minecraft/class_435;field_2541:Lnet/minecraft/class_2561;named titleLnet/minecraft/client/gui/screen/ProgressScreen;title:Lnet/minecraft/text/Text;
-
task
- Mappings:
Namespace Name Mixin selector official bLeyk;b:Ltn;intermediary field_2544Lnet/minecraft/class_435;field_2544:Lnet/minecraft/class_2561;named taskLnet/minecraft/client/gui/screen/ProgressScreen;task:Lnet/minecraft/text/Text;
-
progress
private int progress- Mappings:
Namespace Name Mixin selector official cLeyk;c:Iintermediary field_2542Lnet/minecraft/class_435;field_2542:Inamed progressLnet/minecraft/client/gui/screen/ProgressScreen;progress:I
-
done
private boolean done- Mappings:
Namespace Name Mixin selector official kLeyk;k:Zintermediary field_2543Lnet/minecraft/class_435;field_2543:Znamed doneLnet/minecraft/client/gui/screen/ProgressScreen;done:Z
-
closeAfterFinished
private final boolean closeAfterFinished- Mappings:
Namespace Name Mixin selector official lLeyk;l:Zintermediary field_33625Lnet/minecraft/class_435;field_33625:Znamed closeAfterFinishedLnet/minecraft/client/gui/screen/ProgressScreen;closeAfterFinished:Z
-
-
Constructor Details
-
ProgressScreen
public ProgressScreen(boolean closeAfterFinished) - Mappings:
Namespace Name Mixin selector official <init>Leyk;<init>(Z)Vintermediary <init>Lnet/minecraft/class_435;<init>(Z)Vnamed <init>Lnet/minecraft/client/gui/screen/ProgressScreen;<init>(Z)V
-
-
Method Details
-
shouldCloseOnEsc
public boolean shouldCloseOnEsc()Checks whether this screen should be closed when the escape key is pressed.- Overrides:
shouldCloseOnEscin classScreen- Mappings:
Namespace Name Mixin selector official ay_Leym;ay_()Zintermediary method_25422Lnet/minecraft/class_437;method_25422()Znamed shouldCloseOnEscLnet/minecraft/client/gui/screen/Screen;shouldCloseOnEsc()Z
-
hasUsageText
protected boolean hasUsageText()- Overrides:
hasUsageTextin classScreen- Mappings:
Namespace Name Mixin selector official aG_Leym;aG_()Zintermediary method_48262Lnet/minecraft/class_437;method_48262()Znamed hasUsageTextLnet/minecraft/client/gui/screen/Screen;hasUsageText()Z
-
setTitle
- Specified by:
setTitlein interfaceProgressListener- Mappings:
Namespace Name Mixin selector official aLasd;a(Ltn;)Vintermediary method_15412Lnet/minecraft/class_3536;method_15412(Lnet/minecraft/class_2561;)Vnamed setTitleLnet/minecraft/util/ProgressListener;setTitle(Lnet/minecraft/text/Text;)V
-
setTitleAndTask
- Specified by:
setTitleAndTaskin interfaceProgressListener- Mappings:
Namespace Name Mixin selector official bLasd;b(Ltn;)Vintermediary method_15413Lnet/minecraft/class_3536;method_15413(Lnet/minecraft/class_2561;)Vnamed setTitleAndTaskLnet/minecraft/util/ProgressListener;setTitleAndTask(Lnet/minecraft/text/Text;)V
-
setTask
- Specified by:
setTaskin interfaceProgressListener- Mappings:
Namespace Name Mixin selector official cLasd;c(Ltn;)Vintermediary method_15414Lnet/minecraft/class_3536;method_15414(Lnet/minecraft/class_2561;)Vnamed setTaskLnet/minecraft/util/ProgressListener;setTask(Lnet/minecraft/text/Text;)V
-
progressStagePercentage
public void progressStagePercentage(int percentage) - Specified by:
progressStagePercentagein interfaceProgressListener- Mappings:
Namespace Name Mixin selector official aLasd;a(I)Vintermediary method_15410Lnet/minecraft/class_3536;method_15410(I)Vnamed progressStagePercentageLnet/minecraft/util/ProgressListener;progressStagePercentage(I)V
-
setDone
public void setDone()- Specified by:
setDonein interfaceProgressListener- Mappings:
Namespace Name Mixin selector official aLasd;a()Vintermediary method_15411Lnet/minecraft/class_3536;method_15411()Vnamed setDoneLnet/minecraft/util/ProgressListener;setDone()V
-
render
- Specified by:
renderin interfaceDrawable- Overrides:
renderin classScreen- Mappings:
Namespace Name Mixin selector official aLetu;a(Lesh;IIF)Vintermediary method_25394Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_332;IIF)Vnamed renderLnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/gui/DrawContext;IIF)V
-