Package net.minecraft.client.gui.screen
Class ProgressScreen
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.ProgressScreen
- All Implemented Interfaces:
Drawable
,Element
,ParentElement
,ProgressListener
- Mappings:
Namespace Name official ean
intermediary net/minecraft/class_435
named 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
Modifier and TypeFieldDescriptionprivate boolean
private boolean
private int
Fields inherited from class net.minecraft.client.gui.screen.Screen
client, height, itemRenderer, passEvents, textRenderer, width
Fields inherited from class net.minecraft.client.gui.DrawableHelper
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTURE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
progressStagePercentage(int percentage)
void
render(MatrixStack matrices, 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, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, applyNarratorModeChangeDelay, children, clearChildren, filesDragged, findSelectedElementData, getNarratedTitle, getTitle, getTooltipFromItem, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, init, init, insertText, isCopy, isCut, isMouseOver, isPaste, isPauseScreen, isSelectAll, isValidCharacterForName, keyPressed, narrateScreenIfNarrationEnabled, onClose, remove, removed, renderBackground, renderBackground, renderBackgroundTexture, renderOrderedTooltip, renderTextHoverEffect, renderTooltip, renderTooltip, renderTooltip, renderTooltip, resize, sendMessage, sendMessage, tick, updateNarrator, wrapScreenError
Methods inherited from class net.minecraft.client.gui.AbstractParentElement
getFocused, isDragging, setDragging, setFocused
Methods inherited from class net.minecraft.client.gui.DrawableHelper
drawCenteredText, drawCenteredText, drawCenteredTextWithShadow, drawHorizontalLine, drawSprite, drawStringWithShadow, drawTexture, drawTexture, drawTexture, drawTexture, drawTextWithShadow, drawVerticalLine, drawWithOutline, drawWithShadow, fill, fillGradient, fillGradient, fillGradient, getZOffset, setZOffset
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.ParentElement
changeFocus, charTyped, focusOn, hoveredElement, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setInitialFocus
-
Field Details
-
title
- Mappings:
Namespace Name Mixin selector official a
Lean;a:Los;
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
Lean;b:Los;
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;
-
progress
private int progress- Mappings:
Namespace Name Mixin selector official c
Lean;c:I
intermediary field_2542
Lnet/minecraft/class_435;field_2542:I
named progress
Lnet/minecraft/client/gui/screen/ProgressScreen;progress:I
-
done
private boolean done- Mappings:
Namespace Name Mixin selector official n
Lean;n:Z
intermediary field_2543
Lnet/minecraft/class_435;field_2543:Z
named done
Lnet/minecraft/client/gui/screen/ProgressScreen;done:Z
-
field_33625
private final boolean field_33625- Mappings:
Namespace Name Mixin selector official o
Lean;o:Z
intermediary field_33625
Lnet/minecraft/class_435;field_33625:Z
named field_33625
Lnet/minecraft/client/gui/screen/ProgressScreen;field_33625:Z
-
-
Constructor Details
-
ProgressScreen
public ProgressScreen(boolean bool)
-
-
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 official ag_
Leap;ag_()Z
intermediary method_25422
Lnet/minecraft/class_437;method_25422()Z
named shouldCloseOnEsc
Lnet/minecraft/client/gui/screen/Screen;shouldCloseOnEsc()Z
-
setTitle
- Specified by:
setTitle
in interfaceProgressListener
- Mappings:
Namespace Name Mixin selector official a
Lahc;a(Los;)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:
setTitleAndTask
in interfaceProgressListener
- Mappings:
Namespace Name Mixin selector official b
Lahc;b(Los;)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:
setTask
in interfaceProgressListener
- Mappings:
Namespace Name Mixin selector official c
Lahc;c(Los;)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
-
progressStagePercentage
public void progressStagePercentage(int percentage)- Specified by:
progressStagePercentage
in interfaceProgressListener
- Mappings:
Namespace Name Mixin selector official a
Lahc;a(I)V
intermediary method_15410
Lnet/minecraft/class_3536;method_15410(I)V
named progressStagePercentage
Lnet/minecraft/util/ProgressListener;progressStagePercentage(I)V
-
setDone
public void setDone()- Specified by:
setDone
in interfaceProgressListener
- Mappings:
Namespace Name Mixin selector official a
Lahc;a()V
intermediary method_15411
Lnet/minecraft/class_3536;method_15411()V
named setDone
Lnet/minecraft/util/ProgressListener;setDone()V
-
render
- Specified by:
render
in interfaceDrawable
- Overrides:
render
in classScreen
- Mappings:
Namespace Name Mixin selector official a
Ldxu;a(Ldqk;IIF)V
intermediary method_25394
Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_4587;IIF)V
named render
Lnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/util/math/MatrixStack;IIF)V
-