Class BeaconScreen.IconButtonWidget
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.client.gui.widget.ClickableWidget
net.minecraft.client.gui.widget.PressableWidget
net.minecraft.client.gui.screen.ingame.BeaconScreen.BaseButtonWidget
net.minecraft.client.gui.screen.ingame.BeaconScreen.IconButtonWidget
- All Implemented Interfaces:
class_6379,class_6383,Drawable,Element,BeaconScreen.class_6392
- Direct Known Subclasses:
BeaconScreen.CancelButtonWidget,BeaconScreen.DoneButtonWidget
- Enclosing class:
- BeaconScreen
@Environment(CLIENT)
private abstract class BeaconScreen.IconButtonWidget
extends BeaconScreen.BaseButtonWidget
- Mappings:
Namespace Name official eaz$fintermediary net/minecraft/class_466$class_4072named net/minecraft/client/gui/screen/ingame/BeaconScreen$IconButtonWidget
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.class_6379
class_6379.class_6380 -
Field Summary
FieldsFields 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
ConstructorsModifierConstructorDescriptionprotectedIconButtonWidget(int int2, int int3, int int4, int int5, Text text) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidrenderExtra(MatrixStack matrices)voidrenderToolTip(MatrixStack matrices, int mouseX, int mouseY)Methods inherited from class net.minecraft.client.gui.screen.ingame.BeaconScreen.BaseButtonWidget
isDisabled, method_37020, method_37079, renderButton, setDisabledMethods inherited from class net.minecraft.client.gui.widget.PressableWidget
keyPressed, onClick, onPressMethods 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.screen.ingame.BeaconScreen.class_6392
method_37080Methods inherited from interface net.minecraft.client.gui.Element
charTyped, keyReleased, mouseMoved, mouseScrolled
-
Field Details
-
u
private final int u- Mappings:
Namespace Name Mixin selector official aLeaz$f;a:Iintermediary field_18224Lnet/minecraft/class_466$class_4072;field_18224:Inamed uLnet/minecraft/client/gui/screen/ingame/BeaconScreen$IconButtonWidget;u:I
-
v
private final int v- Mappings:
Namespace Name Mixin selector official cLeaz$f;c:Iintermediary field_18225Lnet/minecraft/class_466$class_4072;field_18225:Inamed vLnet/minecraft/client/gui/screen/ingame/BeaconScreen$IconButtonWidget;v:I
-
-
Constructor Details
-
IconButtonWidget
-
-
Method Details
-
renderExtra
- Specified by:
renderExtrain classBeaconScreen.BaseButtonWidget- Mappings:
Namespace Name Mixin selector official aLeaz$e;a(Ldpu;)Vintermediary method_18641Lnet/minecraft/class_466$class_470;method_18641(Lnet/minecraft/class_4587;)Vnamed renderExtraLnet/minecraft/client/gui/screen/ingame/BeaconScreen$BaseButtonWidget;renderExtra(Lnet/minecraft/client/util/math/MatrixStack;)V
-
renderToolTip
- Specified by:
renderToolTipin interfaceBeaconScreen.class_6392- Overrides:
renderToolTipin classClickableWidget- Mappings:
Namespace Name Mixin selector official aLdwh;a(Ldpu;II)Vintermediary method_25352Lnet/minecraft/class_339;method_25352(Lnet/minecraft/class_4587;II)Vnamed renderToolTipLnet/minecraft/client/gui/widget/ClickableWidget;renderToolTip(Lnet/minecraft/client/util/math/MatrixStack;II)V
-