Package net.minecraft.client.gui.screen
Class GameModeSelectionScreen
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.GameModeSelectionScreen
- All Implemented Interfaces:
Drawable
,Element
,ParentElement
,TickableElement
@Environment(CLIENT) public class GameModeSelectionScreen extends Screen
- Mappings:
Namespace Name official dvy
intermediary net/minecraft/class_5289
named net/minecraft/client/gui/screen/GameModeSelectionScreen
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
GameModeSelectionScreen.ButtonWidget
(package private) static class
GameModeSelectionScreen.GameMode
-
Field Summary
Fields Modifier and Type Field Description private Optional<GameModeSelectionScreen.GameMode>
currentGameMode
private Optional<GameModeSelectionScreen.GameMode>
gameMode
private List<GameModeSelectionScreen.ButtonWidget>
gameModeButtons
private int
lastMouseX
private int
lastMouseY
private boolean
mouseUsedForSelection
private static Text
SELECT_NEXT_TEXT
private static Identifier
TEXTURE
private static int
UI_WIDTH
Fields inherited from class net.minecraft.client.gui.screen.Screen
buttons, children, client, height, itemRenderer, passEvents, textRenderer, title, width
Fields inherited from class net.minecraft.client.gui.DrawableHelper
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTURE
-
Constructor Summary
Constructors Constructor Description GameModeSelectionScreen()
-
Method Summary
Modifier and Type Method Description private void
apply()
private static void
apply(MinecraftClient client, Optional<GameModeSelectionScreen.GameMode> gameMode)
private boolean
checkForClose()
private GameMode
getPreviousGameMode()
protected void
init()
Called when a screen should be initialized.boolean
isPauseScreen()
boolean
keyPressed(int keyCode, int scanCode, int modifiers)
Callback for when a key down event has been captured.void
render(MatrixStack matrices, int mouseX, int mouseY, float delta)
Methods inherited from class net.minecraft.client.gui.screen.Screen
addButton, addChild, children, filesDragged, getNarrationMessage, getTitle, getTooltipFromItem, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, onClose, removed, renderBackground, renderBackground, renderBackgroundTexture, renderOrderedTooltip, renderTextHoverEffect, renderTooltip, renderTooltip, renderTooltip, renderTooltip, resize, sendMessage, sendMessage, shouldCloseOnEsc, tick, wrapScreenError
Methods inherited from class net.minecraft.client.gui.AbstractParentElement
getFocused, isDragging, setDragging, setFocused
Methods inherited from class net.minecraft.client.gui.DrawableHelper
drawCenteredString, drawCenteredText, drawHorizontalLine, drawSprite, drawStringWithShadow, drawTexture, drawTexture, drawTexture, drawTexture, drawTextWithShadow, drawVerticalLine, fill, fillGradient, fillGradient, getZOffset, method_29343, method_33284, setZOffset
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.client.gui.Element
mouseMoved
Methods inherited from interface net.minecraft.client.gui.ParentElement
changeFocus, charTyped, focusOn, hoveredElement, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setInitialFocus
-
Field Details
-
TEXTURE
- Mappings:
Namespace Name Mixin selector official a
Ldvy;a:Lwb;
intermediary field_24566
Lnet/minecraft/class_5289;field_24566:Lnet/minecraft/class_2960;
named TEXTURE
Lnet/minecraft/client/gui/screen/GameModeSelectionScreen;TEXTURE:Lnet/minecraft/util/Identifier;
-
UI_WIDTH
private static final int UI_WIDTH- Mappings:
Namespace Name Mixin selector official b
Ldvy;b:I
intermediary field_24567
Lnet/minecraft/class_5289;field_24567:I
named UI_WIDTH
Lnet/minecraft/client/gui/screen/GameModeSelectionScreen;UI_WIDTH:I
-
SELECT_NEXT_TEXT
- Mappings:
Namespace Name Mixin selector official c
Ldvy;c:Loi;
intermediary field_25454
Lnet/minecraft/class_5289;field_25454:Lnet/minecraft/class_2561;
named SELECT_NEXT_TEXT
Lnet/minecraft/client/gui/screen/GameModeSelectionScreen;SELECT_NEXT_TEXT:Lnet/minecraft/text/Text;
-
currentGameMode
- Mappings:
Namespace Name Mixin selector official p
Ldvy;p:Ljava/util/Optional;
intermediary field_24568
Lnet/minecraft/class_5289;field_24568:Ljava/util/Optional;
named currentGameMode
Lnet/minecraft/client/gui/screen/GameModeSelectionScreen;currentGameMode:Ljava/util/Optional;
-
gameMode
- Mappings:
Namespace Name Mixin selector official q
Ldvy;q:Ljava/util/Optional;
intermediary field_24569
Lnet/minecraft/class_5289;field_24569:Ljava/util/Optional;
named gameMode
Lnet/minecraft/client/gui/screen/GameModeSelectionScreen;gameMode:Ljava/util/Optional;
-
lastMouseX
private int lastMouseX- Mappings:
Namespace Name Mixin selector official r
Ldvy;r:I
intermediary field_24570
Lnet/minecraft/class_5289;field_24570:I
named lastMouseX
Lnet/minecraft/client/gui/screen/GameModeSelectionScreen;lastMouseX:I
-
lastMouseY
private int lastMouseY- Mappings:
Namespace Name Mixin selector official s
Ldvy;s:I
intermediary field_24571
Lnet/minecraft/class_5289;field_24571:I
named lastMouseY
Lnet/minecraft/client/gui/screen/GameModeSelectionScreen;lastMouseY:I
-
mouseUsedForSelection
private boolean mouseUsedForSelection- Mappings:
Namespace Name Mixin selector official t
Ldvy;t:Z
intermediary field_24572
Lnet/minecraft/class_5289;field_24572:Z
named mouseUsedForSelection
Lnet/minecraft/client/gui/screen/GameModeSelectionScreen;mouseUsedForSelection:Z
-
gameModeButtons
- Mappings:
Namespace Name Mixin selector official u
Ldvy;u:Ljava/util/List;
intermediary field_24573
Lnet/minecraft/class_5289;field_24573:Ljava/util/List;
named gameModeButtons
Lnet/minecraft/client/gui/screen/GameModeSelectionScreen;gameModeButtons:Ljava/util/List;
-
-
Constructor Details
-
GameModeSelectionScreen
public GameModeSelectionScreen()
-
-
Method Details
-
getPreviousGameMode
- Mappings:
Namespace Name Mixin selector official i
Ldvy;i()Lbts;
intermediary method_30106
Lnet/minecraft/class_5289;method_30106()Lnet/minecraft/class_1934;
named getPreviousGameMode
Lnet/minecraft/client/gui/screen/GameModeSelectionScreen;getPreviousGameMode()Lnet/minecraft/world/GameMode;
-
init
protected void init()Called when a screen should be initialized.This method is called when this screen is opened or resized.
-
render
- Specified by:
render
in interfaceDrawable
- Overrides:
render
in classScreen
- Mappings:
Namespace Name Mixin selector official a
Ldsq;a(Ldlr;IIF)V
intermediary method_25394
Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_4587;IIF)V
named render
Lnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/util/math/MatrixStack;IIF)V
-
apply
private void apply()- Mappings:
Namespace Name Mixin selector official k
Ldvy;k()V
intermediary method_28068
Lnet/minecraft/class_5289;method_28068()V
named apply
Lnet/minecraft/client/gui/screen/GameModeSelectionScreen;apply()V
-
apply
private static void apply(MinecraftClient client, Optional<GameModeSelectionScreen.GameMode> gameMode)- Mappings:
Namespace Name Mixin selector official a
Ldvy;a(Ldqk;Ljava/util/Optional;)V
intermediary method_28064
Lnet/minecraft/class_5289;method_28064(Lnet/minecraft/class_310;Ljava/util/Optional;)V
named apply
Lnet/minecraft/client/gui/screen/GameModeSelectionScreen;apply(Lnet/minecraft/client/MinecraftClient;Ljava/util/Optional;)V
-
checkForClose
private boolean checkForClose()- Mappings:
Namespace Name Mixin selector official l
Ldvy;l()Z
intermediary method_28069
Lnet/minecraft/class_5289;method_28069()Z
named checkForClose
Lnet/minecraft/client/gui/screen/GameModeSelectionScreen;checkForClose()Z
-
keyPressed
public boolean keyPressed(int keyCode, int scanCode, int modifiers)Callback for when a key down event has been captured. The key code is identified by the constants inGLFW
class.- Specified by:
keyPressed
in interfaceElement
- Specified by:
keyPressed
in interfaceParentElement
- Overrides:
keyPressed
in classScreen
- Parameters:
keyCode
- the named key code of the event as described in theGLFW
classscanCode
- the unique/platform-specific scan code of the keyboard inputmodifiers
- a GLFW bitfield describing the modifier keys that are held down (see GLFW Modifier key flags)- Returns:
true
to indicate that the event handling is successful/valid- See Also:
Keyboard.onKey(long, int, int, int, int)
,GLFW.GLFW_KEY_Q
,GLFWKeyCallbackI.invoke(long, int, int, int, int)
- Mappings:
Namespace Name Mixin selector official a
Ldst;a(III)Z
intermediary method_25404
Lnet/minecraft/class_364;method_25404(III)Z
named keyPressed
Lnet/minecraft/client/gui/Element;keyPressed(III)Z
-
isPauseScreen
public boolean isPauseScreen()- Overrides:
isPauseScreen
in classScreen
- Mappings:
Namespace Name Mixin selector official aD_
Ldve;aD_()Z
intermediary method_25421
Lnet/minecraft/class_437;method_25421()Z
named isPauseScreen
Lnet/minecraft/client/gui/screen/Screen;isPauseScreen()Z
-