Package net.minecraft.client.gui.screen
Class ProgressScreen
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.class_4121
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.ProgressScreen
- All Implemented Interfaces:
class_4122,class_4123,IdentifibleBooleanConsumer,ProgressListener
- Mappings:
Namespace Name official ckbintermediary net/minecraft/class_1814named net/minecraft/client/gui/screen/ProgressScreen
-
Field Summary
FieldsFields inherited from class net.minecraft.client.gui.screen.Screen
buttons, client, field_20307, field_20308, height, labels, passEvents, textRenderer, widthFields inherited from class net.minecraft.client.gui.DrawableHelper
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTURE, zOffset -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidmethod_21524(Text text) voidmethod_21525(Text text) voidmethod_21526(Text text) voidrender(int mouseX, int mouseY, float tickDelta) voidsetDone()voidsetProgressPercentage(int percentage) Methods inherited from class net.minecraft.client.gui.screen.Screen
confirmResult, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, init, init, insertText, isCopy, isCut, isPaste, isSelectAll, keyPressed, method_13411, method_14502, method_18423, method_18605, method_18608, removed, renderBackground, renderBackground, renderDirtBackground, renderTextHoverEffect, renderTooltip, renderTooltip, renderTooltip, resize, sendMessage, sendMessage, shouldPauseGame, tickMethods inherited from class net.minecraft.class_4121
getFocused, method_18421, method_18424, method_18425, method_18426, mouseClicked, mouseDragged, mouseReleasedMethods inherited from class net.minecraft.client.gui.DrawableHelper
drawCenteredString, drawHorizontalLine, drawSprite, drawTexture, drawTexture, drawTexture, drawTexture, drawVerticalLine, drawWithShadow, fill, fillGradientMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.class_4122
method_18427, method_18428Methods inherited from interface net.minecraft.class_4123
charTyped, keyReleased, mouseScrolled
-
Field Details
-
title
- Mappings:
Namespace Name Mixin selector official aLckb;a:Ljava/lang/String;intermediary field_7766Lnet/minecraft/class_1814;field_7766:Ljava/lang/String;named titleLnet/minecraft/client/gui/screen/ProgressScreen;title:Ljava/lang/String;
-
task
- Mappings:
Namespace Name Mixin selector official fLckb;f:Ljava/lang/String;intermediary field_7767Lnet/minecraft/class_1814;field_7767:Ljava/lang/String;named taskLnet/minecraft/client/gui/screen/ProgressScreen;task:Ljava/lang/String;
-
progress
private int progress- Mappings:
Namespace Name Mixin selector official gLckb;g:Iintermediary field_7768Lnet/minecraft/class_1814;field_7768:Inamed progressLnet/minecraft/client/gui/screen/ProgressScreen;progress:I
-
done
private boolean done- Mappings:
Namespace Name Mixin selector official hLckb;h:Zintermediary field_7769Lnet/minecraft/class_1814;field_7769:Znamed doneLnet/minecraft/client/gui/screen/ProgressScreen;done:Z
-
-
Constructor Details
-
ProgressScreen
public ProgressScreen()
-
-
Method Details
-
method_18607
public boolean method_18607()- Overrides:
method_18607in classScreen- Mappings:
Namespace Name Mixin selector official ah_Lckd;ah_()Zintermediary method_18607Lnet/minecraft/class_388;method_18607()Znamed method_18607Lnet/minecraft/client/gui/screen/Screen;method_18607()Z
-
method_21524
- Specified by:
method_21524in interfaceProgressListener- Mappings:
Namespace Name Mixin selector official aLxs;a(Lij;)Vintermediary method_21524Lnet/minecraft/class_841;method_21524(Lnet/minecraft/class_1982;)Vnamed method_21524Lnet/minecraft/util/ProgressListener;method_21524(Lnet/minecraft/text/Text;)V
-
method_21525
- Specified by:
method_21525in interfaceProgressListener- Mappings:
Namespace Name Mixin selector official bLxs;b(Lij;)Vintermediary method_21525Lnet/minecraft/class_841;method_21525(Lnet/minecraft/class_1982;)Vnamed method_21525Lnet/minecraft/util/ProgressListener;method_21525(Lnet/minecraft/text/Text;)V
-
method_21526
- Specified by:
method_21526in interfaceProgressListener- Mappings:
Namespace Name Mixin selector official cLxs;c(Lij;)Vintermediary method_21526Lnet/minecraft/class_841;method_21526(Lnet/minecraft/class_1982;)Vnamed method_21526Lnet/minecraft/util/ProgressListener;method_21526(Lnet/minecraft/text/Text;)V
-
setProgressPercentage
public void setProgressPercentage(int percentage) - Specified by:
setProgressPercentagein interfaceProgressListener- Mappings:
Namespace Name Mixin selector official aLxs;a(I)Vintermediary method_2364Lnet/minecraft/class_841;method_2364(I)Vnamed setProgressPercentageLnet/minecraft/util/ProgressListener;setProgressPercentage(I)V
-
setDone
public void setDone()- Specified by:
setDonein interfaceProgressListener- Mappings:
Namespace Name Mixin selector official aLxs;a()Vintermediary method_8348Lnet/minecraft/class_841;method_8348()Vnamed setDoneLnet/minecraft/util/ProgressListener;setDone()V
-
render
public void render(int mouseX, int mouseY, float tickDelta)
-