Package net.minecraft.client.gui.screen
Class DownloadingTerrainScreen
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.DownloadingTerrainScreen
- All Implemented Interfaces:
Drawable,Element,ParentElement
- Mappings:
Namespace Name official eeqintermediary net/minecraft/class_434named net/minecraft/client/gui/screen/DownloadingTerrainScreen
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
Screen.SelectedElementNarrationData -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final longprivate booleanprivate booleanprivate final longprivate static final TextFields inherited from class net.minecraft.client.gui.screen.Screen
client, height, itemRenderer, passEvents, textRenderer, title, widthFields inherited from class net.minecraft.client.gui.DrawableHelper
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTURE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidrender(MatrixStack matrices, int mouseX, int mouseY, float delta) booleanChecks whether this screen should be closed when the escape key is pressed.booleanvoidtick()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, isSelectAll, isValidCharacterForName, keyPressed, method_40911, narrateScreenIfNarrationEnabled, onClose, remove, removed, renderBackground, renderBackground, renderBackgroundTexture, renderOrderedTooltip, renderTextHoverEffect, renderTooltip, renderTooltip, renderTooltip, renderTooltip, resize, sendMessage, sendMessage, updateNarrator, wrapScreenErrorMethods inherited from class net.minecraft.client.gui.AbstractParentElement
getFocused, isDragging, setDragging, setFocusedMethods 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, 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
-
TEXT
- Mappings:
Namespace Name Mixin selector official aLeeq;a:Lqh;intermediary field_26544Lnet/minecraft/class_434;field_26544:Lnet/minecraft/class_2561;named TEXTLnet/minecraft/client/gui/screen/DownloadingTerrainScreen;TEXT:Lnet/minecraft/text/Text;
-
field_36961
private static final long field_36961- See Also:
- Mappings:
Namespace Name Mixin selector official bLeeq;b:Jintermediary field_36961Lnet/minecraft/class_434;field_36961:Jnamed field_36961Lnet/minecraft/client/gui/screen/DownloadingTerrainScreen;field_36961:J
-
field_36962
private boolean field_36962- Mappings:
Namespace Name Mixin selector official cLeeq;c:Zintermediary field_36962Lnet/minecraft/class_434;field_36962:Znamed field_36962Lnet/minecraft/client/gui/screen/DownloadingTerrainScreen;field_36962:Z
-
field_36963
private boolean field_36963- Mappings:
Namespace Name Mixin selector official nLeeq;n:Zintermediary field_36963Lnet/minecraft/class_434;field_36963:Znamed field_36963Lnet/minecraft/client/gui/screen/DownloadingTerrainScreen;field_36963:Z
-
field_36964
private final long field_36964- Mappings:
Namespace Name Mixin selector official oLeeq;o:Jintermediary field_36964Lnet/minecraft/class_434;field_36964:Jnamed field_36964Lnet/minecraft/client/gui/screen/DownloadingTerrainScreen;field_36964:J
-
-
Constructor Details
-
DownloadingTerrainScreen
public DownloadingTerrainScreen()
-
-
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 ae_Leer;ae_()Zintermediary method_25422Lnet/minecraft/class_437;method_25422()Znamed shouldCloseOnEscLnet/minecraft/client/gui/screen/Screen;shouldCloseOnEsc()Z
-
render
- Specified by:
renderin interfaceDrawable- Overrides:
renderin classScreen- Mappings:
Namespace Name Mixin selector official aLebv;a(Lduc;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
-
tick
public void tick() -
method_40910
public void method_40910()- Mappings:
Namespace Name Mixin selector official hLeeq;h()Vintermediary method_40910Lnet/minecraft/class_434;method_40910()Vnamed method_40910Lnet/minecraft/client/gui/screen/DownloadingTerrainScreen;method_40910()V
-
shouldPause
public boolean shouldPause()- Overrides:
shouldPausein classScreen- Mappings:
Namespace Name Mixin selector official ag_Leer;ag_()Zintermediary method_25421Lnet/minecraft/class_437;method_25421()Znamed shouldPauseLnet/minecraft/client/gui/screen/Screen;shouldPause()Z
-