Class RealmsResetWorldScreen.FrameButton
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.client.gui.widget.ClickableWidget
net.minecraft.client.gui.widget.PressableWidget
net.minecraft.client.gui.widget.ButtonWidget
net.minecraft.client.realms.gui.screen.RealmsResetWorldScreen.FrameButton
- All Implemented Interfaces:
class_6379,class_6383,Drawable,Element
- Enclosing class:
- RealmsResetWorldScreen
- Mappings:
Namespace Name official dst$aintermediary net/minecraft/class_4410$class_4411named 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.TooltipSupplierNested classes/interfaces inherited from interface net.minecraft.class_6379
class_6379.class_6380 -
Field Summary
FieldsFields inherited from class net.minecraft.client.gui.widget.ButtonWidget
EMPTY, onPress, tooltipSupplierFields inherited from class net.minecraft.client.gui.widget.ClickableWidget
active, alpha, height, hovered, visible, WIDGETS_TEXTURE, width, x, yFields inherited from class net.minecraft.client.gui.DrawableHelper
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTURE -
Constructor Summary
ConstructorsConstructorDescriptionFrameButton(int x, int y, Text message, Identifier image, ButtonWidget.PressAction onPress) -
Method Summary
Modifier and TypeMethodDescriptionvoidrenderButton(MatrixStack matrices, int mouseX, int mouseY, float delta)Methods inherited from class net.minecraft.client.gui.widget.ButtonWidget
method_37020, onPress, renderToolTipMethods inherited from class net.minecraft.client.gui.widget.PressableWidget
keyPressed, onClickMethods inherited from class net.minecraft.client.gui.widget.ClickableWidget
changeFocus, clicked, getHeight, getMessage, getNarrationMessage, getNarrationMessage, getWidth, getYImage, isFocused, isHovered, isMouseOver, isValidClickButton, method_37018, method_37021, mouseClicked, mouseDragged, mouseReleased, onDrag, onFocusedChanged, onRelease, playDownSound, render, renderBackground, setAlpha, setFocused, setMessage, setWidthMethods inherited from class net.minecraft.client.gui.DrawableHelper
drawCenteredText, drawCenteredText, drawCenteredTextWithShadow, drawHorizontalLine, drawSprite, drawStringWithShadow, drawTexture, drawTexture, drawTexture, drawTexture, drawTextWithShadow, drawVerticalLine, drawWithShadow, fill, fillGradient, fillGradient, fillGradient, getZOffset, method_29343, 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, keyReleased, mouseMoved, mouseScrolled
-
Field Details
-
image
- Mappings:
Namespace Name Mixin selector official bLdst$a;b:Lwr;intermediary field_20032Lnet/minecraft/class_4410$class_4411;field_20032:Lnet/minecraft/class_2960;named imageLnet/minecraft/client/realms/gui/screen/RealmsResetWorldScreen$FrameButton;image:Lnet/minecraft/util/Identifier;
-
-
Constructor Details
-
FrameButton
- Mappings:
Namespace Name Mixin selector official <init>Ldst$a;<init>(Ldst;IILon;Lwr;Ldwj$a;)Vintermediary <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;)Vnamed <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:
renderButtonin classButtonWidget- Mappings:
Namespace Name Mixin selector official bLdwh;b(Ldpu;IIF)Vintermediary method_25359Lnet/minecraft/class_339;method_25359(Lnet/minecraft/class_4587;IIF)Vnamed renderButtonLnet/minecraft/client/gui/widget/ClickableWidget;renderButton(Lnet/minecraft/client/util/math/MatrixStack;IIF)V
-