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,TickableElement,ProgressListener
@Environment(CLIENT) public class ProgressScreen extends Screen implements ProgressListener
- Mappings:
Namespace Name official dvkintermediary net/minecraft/class_435named net/minecraft/client/gui/screen/ProgressScreen
-
Field Summary
Fields Modifier and Type Field Description private booleandoneprivate intprogressprivate Texttaskprivate TexttitleFields inherited from class net.minecraft.client.gui.screen.Screen
buttons, children, client, height, itemRenderer, passEvents, textRenderer, widthFields inherited from class net.minecraft.client.gui.DrawableHelper
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTURE -
Constructor Summary
Constructors Constructor Description ProgressScreen() -
Method Summary
Modifier and Type Method Description voidmethod_15412(Text text)voidmethod_15413(Text text)voidmethod_15414(Text text)voidprogressStagePercentage(int int2)voidrender(MatrixStack matrices, int mouseX, int mouseY, float delta)voidsetDone()booleanshouldCloseOnEsc()Checks whether this screen should be closed when the escape key is pressed.Methods inherited from class net.minecraft.client.gui.screen.Screen
addButton, addChild, children, filesDragged, getNarrationMessage, getTitle, getTooltipFromItem, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, init, init, insertText, isCopy, isCut, isMouseOver, isPaste, isPauseScreen, isSelectAll, isValidCharacterForName, keyPressed, onClose, removed, renderBackground, renderBackground, renderBackgroundTexture, renderOrderedTooltip, renderTextHoverEffect, renderTooltip, renderTooltip, renderTooltip, renderTooltip, resize, sendMessage, sendMessage, tick, wrapScreenErrorMethods inherited from class net.minecraft.client.gui.AbstractParentElement
getFocused, isDragging, setDragging, setFocusedMethods inherited from class net.minecraft.client.gui.DrawableHelper
drawCenteredString, drawCenteredText, drawHorizontalLine, drawSprite, drawStringWithShadow, drawTexture, drawTexture, drawTexture, drawTexture, drawTextWithShadow, drawVerticalLine, fill, fillGradient, fillGradient, getZOffset, method_29343, method_33284, setZOffsetMethods 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.ParentElement
changeFocus, charTyped, focusOn, hoveredElement, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setInitialFocus
-
Field Details
-
title
- Mappings:
Namespace Name Mixin selector official aLdvk;a:Loi;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 bLdvk;b:Loi;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 cLdvk;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 pLdvk;p:Zintermediary field_2543Lnet/minecraft/class_435;field_2543:Znamed doneLnet/minecraft/client/gui/screen/ProgressScreen;done:Z
-
-
Constructor Details
-
ProgressScreen
public ProgressScreen()
-
-
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 ax_Ldvm;ax_()Zintermediary method_25422Lnet/minecraft/class_437;method_25422()Znamed shouldCloseOnEscLnet/minecraft/client/gui/screen/Screen;shouldCloseOnEsc()Z
-
method_15412
- Specified by:
method_15412in interfaceProgressListener- Mappings:
Namespace Name Mixin selector official aLagf;a(Loi;)Vintermediary method_15412Lnet/minecraft/class_3536;method_15412(Lnet/minecraft/class_2561;)Vnamed method_15412Lnet/minecraft/util/ProgressListener;method_15412(Lnet/minecraft/text/Text;)V
-
method_15413
- Specified by:
method_15413in interfaceProgressListener- Mappings:
Namespace Name Mixin selector official bLagf;b(Loi;)Vintermediary method_15413Lnet/minecraft/class_3536;method_15413(Lnet/minecraft/class_2561;)Vnamed method_15413Lnet/minecraft/util/ProgressListener;method_15413(Lnet/minecraft/text/Text;)V
-
method_15414
- Specified by:
method_15414in interfaceProgressListener- Mappings:
Namespace Name Mixin selector official cLagf;c(Loi;)Vintermediary method_15414Lnet/minecraft/class_3536;method_15414(Lnet/minecraft/class_2561;)Vnamed method_15414Lnet/minecraft/util/ProgressListener;method_15414(Lnet/minecraft/text/Text;)V
-
progressStagePercentage
public void progressStagePercentage(int int2)- Specified by:
progressStagePercentagein interfaceProgressListener- Mappings:
Namespace Name Mixin selector official aLagf;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 aLagf;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 aLdsy;a(Ldlz;IIF)Vintermediary method_25394Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_4587;IIF)Vnamed renderLnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/util/math/MatrixStack;IIF)V
-