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
@Environment(CLIENT) public class DownloadingTerrainScreen extends Screen
- Mappings:
Namespace Name official axsintermediary net/minecraft/class_752named net/minecraft/client/gui/screen/DownloadingTerrainScreen
-
Field Summary
Fields Modifier and Type Field Description private ClientPlayNetworkHandlernetworkHandlerprivate intticksFields 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
BACKGROUND_TEXTURE, GUI_ICONS_TEXTURE, STATS_ICON_TEXTURE, zOffset -
Constructor Summary
Constructors Constructor Description DownloadingTerrainScreen(ClientPlayNetworkHandler handler) -
Method Summary
Modifier and Type Method Description voidinit()protected voidkeyPressed(char character, int code)voidrender(int mouseX, int mouseY, float delta)booleanshouldPauseGame()voidtick()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, setClipboard, setScreenBoundsMethods 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 aLaxs;a:Lbcy;intermediary field_3197Lnet/minecraft/class_752;field_3197:Lnet/minecraft/class_903;named networkHandlerLnet/minecraft/client/gui/screen/DownloadingTerrainScreen;networkHandler:Lnet/minecraft/client/network/ClientPlayNetworkHandler;
-
ticks
private int ticks- Mappings:
Namespace Name Mixin selector official fLaxs;f:Iintermediary field_3198Lnet/minecraft/class_752;field_3198:Inamed ticksLnet/minecraft/client/gui/screen/DownloadingTerrainScreen;ticks:I
-
-
Constructor Details
-
DownloadingTerrainScreen
- Mappings:
Namespace Name Mixin selector official <init>Laxs;<init>(Lbcy;)Vintermediary <init>Lnet/minecraft/class_752;<init>(Lnet/minecraft/class_903;)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 aLaxu;a(CI)Vintermediary method_2781Lnet/minecraft/class_754;method_2781(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 delta) -
shouldPauseGame
public boolean shouldPauseGame()- Overrides:
shouldPauseGamein classScreen- Mappings:
Namespace Name Mixin selector official dLaxu;d()Zintermediary method_2802Lnet/minecraft/class_754;method_2802()Znamed shouldPauseGameLnet/minecraft/client/gui/screen/Screen;shouldPauseGame()Z
-