Package net.minecraft.client.gui.screen
Class GameModeSelectionScreen.ButtonWidget
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.client.gui.widget.AbstractButtonWidget
net.minecraft.client.gui.screen.GameModeSelectionScreen.ButtonWidget
- Enclosing class:
- GameModeSelectionScreen
@Environment(CLIENT) public class GameModeSelectionScreen.ButtonWidget extends AbstractButtonWidget
- Mappings:
Namespace Name official dve$bintermediary net/minecraft/class_5289$class_5291named net/minecraft/client/gui/screen/GameModeSelectionScreen$ButtonWidget
-
Field Summary
Fields Modifier and Type Field Description private GameModeSelectionScreen.GameModegameModeprivate booleanselectedFields inherited from class net.minecraft.client.gui.widget.AbstractButtonWidget
active, alpha, height, hovered, nextNarration, visible, WIDGETS_LOCATION, width, x, yFields inherited from class net.minecraft.client.gui.DrawableHelper
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTURE -
Constructor Summary
Constructors Constructor Description ButtonWidget(GameModeSelectionScreen.GameMode gameMode, int x, int y) -
Method Summary
Modifier and Type Method Description private voiddrawBackground(MatrixStack matrices, TextureManager textureManager)private voiddrawSelectionBox(MatrixStack matrices, TextureManager textureManager)booleanisHovered()voidrenderButton(MatrixStack matrices, int mouseX, int mouseY, float delta)voidsetSelected(boolean selected)Methods inherited from class net.minecraft.client.gui.widget.AbstractButtonWidget
changeFocus, clicked, getHeight, getMessage, getNarrationMessage, getWidth, getYImage, isFocused, isMouseOver, isValidClickButton, method_32602, mouseClicked, mouseDragged, mouseReleased, narrate, onClick, onDrag, onFocusedChanged, onRelease, playDownSound, queueNarration, render, renderBg, renderToolTip, setAlpha, setFocused, setMessage, setWidthMethods 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, 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
charTyped, keyPressed, keyReleased, mouseMoved, mouseScrolled
-
Field Details
-
gameMode
- Mappings:
Namespace Name Mixin selector official bLdve$b;b:Ldve$a;intermediary field_24586Lnet/minecraft/class_5289$class_5291;field_24586:Lnet/minecraft/class_5289$class_5290;named gameModeLnet/minecraft/client/gui/screen/GameModeSelectionScreen$ButtonWidget;gameMode:Lnet/minecraft/client/gui/screen/GameModeSelectionScreen$GameMode;
-
selected
private boolean selected- Mappings:
Namespace Name Mixin selector official cLdve$b;c:Zintermediary field_24587Lnet/minecraft/class_5289$class_5291;field_24587:Znamed selectedLnet/minecraft/client/gui/screen/GameModeSelectionScreen$ButtonWidget;selected:Z
-
-
Constructor Details
-
ButtonWidget
- Mappings:
Namespace Name Mixin selector official <init>Ldve$b;<init>(Ldve;Ldve$a;II)Vintermediary <init>Lnet/minecraft/class_5289$class_5291;<init>(Lnet/minecraft/class_5289;Lnet/minecraft/class_5289$class_5290;II)Vnamed <init>Lnet/minecraft/client/gui/screen/GameModeSelectionScreen$ButtonWidget;<init>(Lnet/minecraft/client/gui/screen/GameModeSelectionScreen;Lnet/minecraft/client/gui/screen/GameModeSelectionScreen$GameMode;II)V
-
-
Method Details
-
renderButton
- Overrides:
renderButtonin classAbstractButtonWidget- Mappings:
Namespace Name Mixin selector official bLdqy;b(Ldkx;IIF)Vintermediary method_25359Lnet/minecraft/class_339;method_25359(Lnet/minecraft/class_4587;IIF)Vnamed renderButtonLnet/minecraft/client/gui/widget/AbstractButtonWidget;renderButton(Lnet/minecraft/client/util/math/MatrixStack;IIF)V
-
isHovered
public boolean isHovered()- Overrides:
isHoveredin classAbstractButtonWidget- Mappings:
Namespace Name Mixin selector official gLdqy;g()Zintermediary method_25367Lnet/minecraft/class_339;method_25367()Znamed isHoveredLnet/minecraft/client/gui/widget/AbstractButtonWidget;isHovered()Z
-
setSelected
public void setSelected(boolean selected)- Mappings:
Namespace Name Mixin selector official eLdve$b;e(Z)Vintermediary method_28083Lnet/minecraft/class_5289$class_5291;method_28083(Z)Vnamed setSelectedLnet/minecraft/client/gui/screen/GameModeSelectionScreen$ButtonWidget;setSelected(Z)V
-
drawBackground
- Mappings:
Namespace Name Mixin selector official aLdve$b;a(Ldkx;Lerb;)Vintermediary method_28080Lnet/minecraft/class_5289$class_5291;method_28080(Lnet/minecraft/class_4587;Lnet/minecraft/class_1060;)Vnamed drawBackgroundLnet/minecraft/client/gui/screen/GameModeSelectionScreen$ButtonWidget;drawBackground(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/texture/TextureManager;)V
-
drawSelectionBox
- Mappings:
Namespace Name Mixin selector official bLdve$b;b(Ldkx;Lerb;)Vintermediary method_28082Lnet/minecraft/class_5289$class_5291;method_28082(Lnet/minecraft/class_4587;Lnet/minecraft/class_1060;)Vnamed drawSelectionBoxLnet/minecraft/client/gui/screen/GameModeSelectionScreen$ButtonWidget;drawSelectionBox(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/texture/TextureManager;)V
-