Package net.minecraft.client.gui.screen
Class ProgressScreen
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.ProgressScreen
- All Implemented Interfaces:
IdentifibleBooleanConsumer,ProgressListener
- Mappings:
Namespace Name official bliintermediary net/minecraft/class_1814named net/minecraft/client/gui/screen/ProgressScreen
-
Field Summary
FieldsFields inherited from class net.minecraft.client.gui.screen.Screen
buttons, client, height, itemRenderer, labels, passEvents, prevClickedButton, 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 TypeMethodDescriptionvoidrender(int mouseX, int mouseY, float tickDelta) voidsetDone()voidsetProgressPercentage(int percentage) voidvoidvoidsetTitleAndTask(String title) Methods inherited from class net.minecraft.client.gui.screen.Screen
buttonClicked, confirmResult, getClipboard, handleInput, handleKeyboard, handleMouse, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, init, init, insertText, isCopy, isCut, isPaste, isSelectAll, keyPressed, method_13411, method_14502, method_14503, method_14504, mouseClicked, mouseDragged, mouseReleased, removed, renderBackground, renderBackground, renderDirtBackground, renderTextHoverEffect, renderTooltip, renderTooltip, renderTooltip, resize, sendMessage, sendMessage, setClipboard, setScreenBounds, shouldPauseGame, tickMethods inherited from class net.minecraft.client.gui.DrawableHelper
drawCenteredString, drawHorizontalLine, drawSprite, drawTexture, drawTexture, drawTexture, drawTexture, drawVerticalLine, drawWithShadow, fill, fillGradient
-
Field Details
-
title
- Mappings:
Namespace Name Mixin selector official aLbli;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 fLbli;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 gLbli;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 hLbli;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
-
setTitle
- Specified by:
setTitlein interfaceProgressListener- Mappings:
Namespace Name Mixin selector official aLrm;a(Ljava/lang/String;)Vintermediary method_2365Lnet/minecraft/class_841;method_2365(Ljava/lang/String;)Vnamed setTitleLnet/minecraft/util/ProgressListener;setTitle(Ljava/lang/String;)V
-
setTitleAndTask
- Specified by:
setTitleAndTaskin interfaceProgressListener- Mappings:
Namespace Name Mixin selector official bLrm;b(Ljava/lang/String;)Vintermediary method_2366Lnet/minecraft/class_841;method_2366(Ljava/lang/String;)Vnamed setTitleAndTaskLnet/minecraft/util/ProgressListener;setTitleAndTask(Ljava/lang/String;)V
-
setTask
- Specified by:
setTaskin interfaceProgressListener- Mappings:
Namespace Name Mixin selector official cLrm;c(Ljava/lang/String;)Vintermediary method_2367Lnet/minecraft/class_841;method_2367(Ljava/lang/String;)Vnamed setTaskLnet/minecraft/util/ProgressListener;setTask(Ljava/lang/String;)V
-
setProgressPercentage
public void setProgressPercentage(int percentage) - Specified by:
setProgressPercentagein interfaceProgressListener- Mappings:
Namespace Name Mixin selector official aLrm;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 aLrm;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)
-