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 named net/minecraft/client/gui/screen/ProgressScreen
intermediary net/minecraft/class_435
official fnc
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
Screen.SelectedElementNarrationData
-
Field Summary
Modifier and TypeFieldDescriptionprivate final boolean
private boolean
private int
Fields inherited from class net.minecraft.client.gui.screen.Screen
client, executor, FOOTER_SEPARATOR_TEXTURE, HEADER_SEPARATOR_TEXTURE, height, INWORLD_FOOTER_SEPARATOR_TEXTURE, INWORLD_HEADER_SEPARATOR_TEXTURE, MENU_BACKGROUND_TEXTURE, PANORAMA_RENDERER, ROTATING_PANORAMA_RENDERER, textRenderer, width
Fields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
void
progressStagePercentage
(int percentage) void
render
(DrawContext context, int mouseX, int mouseY, float delta) void
setDone()
void
void
void
setTitleAndTask
(Text title) boolean
Checks 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, applyBlur, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, applyNarratorModeChangeDelay, blur, children, clearAndInit, clearChildren, clearTooltip, close, filesDragged, findSelectedElementData, getMusic, getNarratedTitle, getNavigationFocus, getPanoramaTickDelta, getTitle, getTooltipFromItem, getUsageNarrationText, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, init, init, initTabNavigation, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, keyPressed, narrateScreenIfNarrationEnabled, onDisplayed, remove, removed, renderBackground, renderBackgroundTexture, renderDarkening, renderDarkening, renderInGameBackground, renderPanoramaBackground, renderWithTooltip, resize, setInitialFocus, setInitialFocus, setTooltip, setTooltip, setTooltip, setTooltip, shouldPause, switchFocus, tick, updateNarrator, wrapScreenError
Methods inherited from class net.minecraft.client.gui.AbstractParentElement
getFocused, isDragging, setDragging, setFocused
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.client.gui.Element
mouseMoved
Methods inherited from interface net.minecraft.client.gui.navigation.Navigable
getNavigationOrder
Methods inherited from interface net.minecraft.client.gui.ParentElement
charTyped, getFocusedPath, getNavigationPath, hoveredElement, isFocused, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setFocused
-
Field Details
-
title
- Mappings:
Namespace Name Mixin selector named title
Lnet/minecraft/client/gui/screen/ProgressScreen;title:Lnet/minecraft/text/Text;
intermediary field_2541
Lnet/minecraft/class_435;field_2541:Lnet/minecraft/class_2561;
official a
Lfnc;a:Lxp;
-
task
- Mappings:
Namespace Name Mixin selector named task
Lnet/minecraft/client/gui/screen/ProgressScreen;task:Lnet/minecraft/text/Text;
intermediary field_2544
Lnet/minecraft/class_435;field_2544:Lnet/minecraft/class_2561;
official b
Lfnc;b:Lxp;
-
progress
private int progress- Mappings:
Namespace Name Mixin selector named progress
Lnet/minecraft/client/gui/screen/ProgressScreen;progress:I
intermediary field_2542
Lnet/minecraft/class_435;field_2542:I
official c
Lfnc;c:I
-
done
private boolean done- Mappings:
Namespace Name Mixin selector named done
Lnet/minecraft/client/gui/screen/ProgressScreen;done:Z
intermediary field_2543
Lnet/minecraft/class_435;field_2543:Z
official d
Lfnc;d:Z
-
closeAfterFinished
private final boolean closeAfterFinished- Mappings:
Namespace Name Mixin selector named closeAfterFinished
Lnet/minecraft/client/gui/screen/ProgressScreen;closeAfterFinished:Z
intermediary field_33625
Lnet/minecraft/class_435;field_33625:Z
official r
Lfnc;r:Z
-
-
Constructor Details
-
ProgressScreen
public ProgressScreen(boolean closeAfterFinished) - Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/client/gui/screen/ProgressScreen;<init>(Z)V
intermediary <init>
Lnet/minecraft/class_435;<init>(Z)V
official <init>
Lfnc;<init>(Z)V
-
-
Method Details
-
shouldCloseOnEsc
public boolean shouldCloseOnEsc()Checks whether this screen should be closed when the escape key is pressed.- Overrides:
shouldCloseOnEsc
in classScreen
- Mappings:
Namespace Name Mixin selector named shouldCloseOnEsc
Lnet/minecraft/client/gui/screen/Screen;shouldCloseOnEsc()Z
intermediary method_25422
Lnet/minecraft/class_437;method_25422()Z
official aC_
Lfnf;aC_()Z
-
hasUsageText
protected boolean hasUsageText()- Overrides:
hasUsageText
in classScreen
- Mappings:
Namespace Name Mixin selector named hasUsageText
Lnet/minecraft/client/gui/screen/Screen;hasUsageText()Z
intermediary method_48262
Lnet/minecraft/class_437;method_48262()Z
official aL_
Lfnf;aL_()Z
-
setTitle
- Specified by:
setTitle
in interfaceProgressListener
- Mappings:
Namespace Name Mixin selector named setTitle
Lnet/minecraft/util/ProgressListener;setTitle(Lnet/minecraft/text/Text;)V
intermediary method_15412
Lnet/minecraft/class_3536;method_15412(Lnet/minecraft/class_2561;)V
official a
Lazg;a(Lxp;)V
-
setTitleAndTask
- Specified by:
setTitleAndTask
in interfaceProgressListener
- Mappings:
Namespace Name Mixin selector named setTitleAndTask
Lnet/minecraft/util/ProgressListener;setTitleAndTask(Lnet/minecraft/text/Text;)V
intermediary method_15413
Lnet/minecraft/class_3536;method_15413(Lnet/minecraft/class_2561;)V
official b
Lazg;b(Lxp;)V
-
setTask
- Specified by:
setTask
in interfaceProgressListener
- Mappings:
Namespace Name Mixin selector named setTask
Lnet/minecraft/util/ProgressListener;setTask(Lnet/minecraft/text/Text;)V
intermediary method_15414
Lnet/minecraft/class_3536;method_15414(Lnet/minecraft/class_2561;)V
official c
Lazg;c(Lxp;)V
-
progressStagePercentage
public void progressStagePercentage(int percentage) - Specified by:
progressStagePercentage
in interfaceProgressListener
- Mappings:
Namespace Name Mixin selector named progressStagePercentage
Lnet/minecraft/util/ProgressListener;progressStagePercentage(I)V
intermediary method_15410
Lnet/minecraft/class_3536;method_15410(I)V
official a
Lazg;a(I)V
-
setDone
public void setDone()- Specified by:
setDone
in interfaceProgressListener
- Mappings:
Namespace Name Mixin selector named setDone
Lnet/minecraft/util/ProgressListener;setDone()V
intermediary method_15411
Lnet/minecraft/class_3536;method_15411()V
official a
Lazg;a()V
-
render
- Specified by:
render
in interfaceDrawable
- Overrides:
render
in classScreen
- Mappings:
Namespace Name Mixin selector named render
Lnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/gui/DrawContext;IIF)V
intermediary method_25394
Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_332;IIF)V
official a
Lfij;a(Lfgt;IIF)V
-