Class BeaconScreen.IconButtonWidget
java.lang.Object
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:
Drawable
,Element
,Narratable
,Navigable
,BeaconScreen.BeaconButtonWidget
,Selectable
,Widget
- Direct Known Subclasses:
BeaconScreen.CancelButtonWidget
,BeaconScreen.DoneButtonWidget
- Enclosing class:
BeaconScreen
@Environment(CLIENT)
private abstract static class BeaconScreen.IconButtonWidget
extends BeaconScreen.BaseButtonWidget
- Mappings:
Namespace Name named net/minecraft/client/gui/screen/ingame/BeaconScreen$IconButtonWidget
intermediary net/minecraft/class_466$class_4072
official foq$f
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.client.gui.Selectable
Selectable.SelectionType
-
Field Summary
Fields inherited from class net.minecraft.client.gui.widget.PressableWidget
field_43050
Fields inherited from class net.minecraft.client.gui.widget.ClickableWidget
active, alpha, height, hovered, visible, width
Fields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL
-
Constructor Summary
ModifierConstructorDescriptionprotected
IconButtonWidget
(int x, int y, Identifier texture, Text message) -
Method Summary
Methods inherited from class net.minecraft.client.gui.screen.ingame.BeaconScreen.BaseButtonWidget
appendClickableNarrations, isDisabled, renderWidget, setDisabled
Methods inherited from class net.minecraft.client.gui.widget.PressableWidget
drawMessage, keyPressed, onClick, onPress
Methods inherited from class net.minecraft.client.gui.widget.ClickableWidget
appendDefaultNarrations, appendNarrations, clicked, drawScrollableText, drawScrollableText, drawScrollableText, forEachChild, getBottom, getHeight, getMessage, getNarrationMessage, getNarrationMessage, getNavigationFocus, getNavigationOrder, getNavigationPath, getRight, getTooltip, getType, getWidth, getX, getY, isFocused, isHovered, isMouseOver, isNarratable, isSelected, isValidClickButton, mouseClicked, mouseDragged, mouseReleased, onDrag, onRelease, playDownSound, render, setAlpha, setDimensions, setDimensionsAndPosition, setFocused, setHeight, setMessage, setNavigationOrder, setTooltip, setTooltipDelay, setWidth, setX, setY
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.screen.ingame.BeaconScreen.BeaconButtonWidget
tick
Methods inherited from interface net.minecraft.client.gui.Element
charTyped, getFocusedPath, keyReleased, mouseMoved, mouseScrolled
Methods inherited from interface net.minecraft.client.gui.widget.Widget
setPosition
-
Field Details
-
texture
- Mappings:
Namespace Name Mixin selector named texture
Lnet/minecraft/client/gui/screen/ingame/BeaconScreen$IconButtonWidget;texture:Lnet/minecraft/util/Identifier;
intermediary field_45445
Lnet/minecraft/class_466$class_4072;field_45445:Lnet/minecraft/class_2960;
official a
Lfoq$f;a:Lakq;
-
-
Constructor Details
-
IconButtonWidget
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/client/gui/screen/ingame/BeaconScreen$IconButtonWidget;<init>(IILnet/minecraft/util/Identifier;Lnet/minecraft/text/Text;)V
intermediary <init>
Lnet/minecraft/class_466$class_4072;<init>(IILnet/minecraft/class_2960;Lnet/minecraft/class_2561;)V
official <init>
Lfoq$f;<init>(IILakq;Lwy;)V
-
-
Method Details
-
renderExtra
- Specified by:
renderExtra
in classBeaconScreen.BaseButtonWidget
- Mappings:
Namespace Name Mixin selector named renderExtra
Lnet/minecraft/client/gui/screen/ingame/BeaconScreen$BaseButtonWidget;renderExtra(Lnet/minecraft/client/gui/DrawContext;)V
intermediary method_18641
Lnet/minecraft/class_466$class_470;method_18641(Lnet/minecraft/class_332;)V
official a
Lfoq$e;a(Lfht;)V
-