Package net.minecraft.client.gui.screen
Class DownloadingTerrainScreen
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.DownloadingTerrainScreen
- All Implemented Interfaces:
IdentifibleBooleanConsumer
- Mappings:
Namespace Name official bxdintermediary net/minecraft/class_483named net/minecraft/client/gui/screen/DownloadingTerrainScreen
-
Field Summary
FieldsFields inherited from class net.minecraft.client.gui.screen.Screen
buttons, client, height, itemRenderer, 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 TypeMethodDescriptionvoidinit()protected voidkeyPressed(char character, int code) voidrender(int mouseX, int mouseY, float tickDelta) booleanvoidtick()Methods inherited from class net.minecraft.client.gui.screen.Screen
buttonClicked, confirmResult, getClipboard, handleInput, handleKeyboard, handleMouse, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isPaste, isSelectAll, mouseClicked, mouseDragged, mouseReleased, removed, renderBackground, renderBackground, renderDirtBackground, renderTextHoverEffect, renderTooltip, renderTooltip, renderTooltip, resize, sendMessage, sendMessage, setClipboardMethods inherited from class net.minecraft.client.gui.DrawableHelper
drawCenteredString, drawHorizontalLine, drawSprite, drawTexture, drawTexture, drawTexture, drawTexture, drawVerticalLine, drawWithShadow, fill, fillGradient
-
Field Details
-
networkHandler
- Mappings:
Namespace Name Mixin selector official aLbxd;a:Lcee;intermediary field_1682Lnet/minecraft/class_483;field_1682:Lnet/minecraft/class_1845;named networkHandlerLnet/minecraft/client/gui/screen/DownloadingTerrainScreen;networkHandler:Lnet/minecraft/client/network/ClientPlayNetworkHandler;
-
ticks
private int ticks- Mappings:
Namespace Name Mixin selector official fLbxd;f:Iintermediary field_1683Lnet/minecraft/class_483;field_1683:Inamed ticksLnet/minecraft/client/gui/screen/DownloadingTerrainScreen;ticks:I
-
-
Constructor Details
-
DownloadingTerrainScreen
- Mappings:
Namespace Name Mixin selector official <init>Lbxd;<init>(Lcee;)Vintermediary <init>Lnet/minecraft/class_483;<init>(Lnet/minecraft/class_1845;)Vnamed <init>Lnet/minecraft/client/gui/screen/DownloadingTerrainScreen;<init>(Lnet/minecraft/client/network/ClientPlayNetworkHandler;)V
-
-
Method Details
-
keyPressed
protected void keyPressed(char character, int code) - Overrides:
keyPressedin classScreen- Mappings:
Namespace Name Mixin selector official aLbxf;a(CI)Vintermediary method_1024Lnet/minecraft/class_388;method_1024(CI)Vnamed keyPressedLnet/minecraft/client/gui/screen/Screen;keyPressed(CI)V
-
init
public void init() -
tick
public void tick() -
render
public void render(int mouseX, int mouseY, float tickDelta) -
shouldPauseGame
public boolean shouldPauseGame()- Overrides:
shouldPauseGamein classScreen- Mappings:
Namespace Name Mixin selector official dLbxf;d()Zintermediary method_1037Lnet/minecraft/class_388;method_1037()Znamed shouldPauseGameLnet/minecraft/client/gui/screen/Screen;shouldPauseGame()Z
-