Class RealmsResetWorldScreen.FrameButton
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.client.gui.widget.AbstractButtonWidget
net.minecraft.client.gui.widget.AbstractPressableButtonWidget
net.minecraft.client.gui.widget.ButtonWidget
net.minecraft.client.realms.gui.screen.RealmsResetWorldScreen.FrameButton
- Enclosing class:
- RealmsResetWorldScreen
@Environment(CLIENT) class RealmsResetWorldScreen.FrameButton extends ButtonWidget
- Mappings:
Namespace Name official dok$a
intermediary net/minecraft/class_4410$class_4411
named net/minecraft/client/realms/gui/screen/RealmsResetWorldScreen$FrameButton
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.widget.ButtonWidget
ButtonWidget.PressAction, ButtonWidget.TooltipSupplier
-
Field Summary
Fields Modifier and Type Field Description private Identifier
image
Fields inherited from class net.minecraft.client.gui.widget.ButtonWidget
EMPTY, onPress, tooltipSupplier
Fields inherited from class net.minecraft.client.gui.widget.AbstractButtonWidget
active, alpha, height, hovered, nextNarration, visible, WIDGETS_LOCATION, width, x, y
Fields inherited from class net.minecraft.client.gui.DrawableHelper
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTURE
-
Constructor Summary
Constructors Constructor Description FrameButton(int x, int y, Text text, Identifier identifier, ButtonWidget.PressAction pressAction)
-
Method Summary
Modifier and Type Method Description void
renderButton(MatrixStack matrices, int mouseX, int mouseY, float delta)
Methods inherited from class net.minecraft.client.gui.widget.ButtonWidget
onPress, renderToolTip
Methods inherited from class net.minecraft.client.gui.widget.AbstractPressableButtonWidget
keyPressed, onClick
Methods inherited from class net.minecraft.client.gui.widget.AbstractButtonWidget
changeFocus, clicked, getHeight, getMessage, getNarrationMessage, getNarrationMessage, getWidth, getYImage, isFocused, isHovered, isMouseOver, isValidClickButton, mouseClicked, mouseDragged, mouseReleased, narrate, onDrag, onFocusedChanged, onRelease, playDownSound, queueNarration, render, renderBg, setAlpha, setFocused, setMessage, setWidth
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
charTyped, keyReleased, mouseMoved, mouseScrolled
-
Field Details
-
image
- Mappings:
Namespace Name Mixin selector official b
Ldok$a;b:Lwb;
intermediary field_20032
Lnet/minecraft/class_4410$class_4411;field_20032:Lnet/minecraft/class_2960;
named image
Lnet/minecraft/client/realms/gui/screen/RealmsResetWorldScreen$FrameButton;image:Lnet/minecraft/util/Identifier;
-
-
Constructor Details
-
FrameButton
public FrameButton(int x, int y, Text text, Identifier identifier, ButtonWidget.PressAction pressAction)- Mappings:
Namespace Name Mixin selector official <init>
Ldok$a;<init>(Ldok;IILoi;Lwb;Ldru$a;)V
intermediary <init>
Lnet/minecraft/class_4410$class_4411;<init>(Lnet/minecraft/class_4410;IILnet/minecraft/class_2561;Lnet/minecraft/class_2960;Lnet/minecraft/class_4185$class_4241;)V
named <init>
Lnet/minecraft/client/realms/gui/screen/RealmsResetWorldScreen$FrameButton;<init>(Lnet/minecraft/client/realms/gui/screen/RealmsResetWorldScreen;IILnet/minecraft/text/Text;Lnet/minecraft/util/Identifier;Lnet/minecraft/client/gui/widget/ButtonWidget$PressAction;)V
-
-
Method Details
-
renderButton
- Overrides:
renderButton
in classButtonWidget
- Mappings:
Namespace Name Mixin selector official b
Ldrs;b(Ldlr;IIF)V
intermediary method_25359
Lnet/minecraft/class_339;method_25359(Lnet/minecraft/class_4587;IIF)V
named renderButton
Lnet/minecraft/client/gui/widget/AbstractButtonWidget;renderButton(Lnet/minecraft/client/util/math/MatrixStack;IIF)V
-