Class BeaconScreen.IconButtonWidget
java.lang.Object
net.minecraft.client.gui.widget.ClickableWidget
net.minecraft.client.gui.widget.ClickableWidget.class_12230
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$IconButtonWidgetintermediary net/minecraft/class_466$class_4072official gqz$f
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.widget.ClickableWidget
ClickableWidget.class_12230Nested classes/interfaces inherited from interface net.minecraft.client.gui.Selectable
Selectable.SelectionType -
Field Summary
FieldsFields inherited from class net.minecraft.client.gui.widget.PressableWidget
field_43050 -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedIconButtonWidget(int x, int y, Identifier identifier, Text message) -
Method Summary
Methods inherited from class net.minecraft.client.gui.screen.ingame.BeaconScreen.BaseButtonWidget
appendClickableNarrations, isDisabled, method_75752, setDisabledMethods inherited from class net.minecraft.client.gui.widget.PressableWidget
keyPressed, method_75793, method_75794, onClick, onPress, renderWidgetMethods inherited from class net.minecraft.client.gui.widget.ClickableWidget.class_12230
getMessage, method_75800, setMessageMethods inherited from class net.minecraft.client.gui.widget.ClickableWidget
appendDefaultNarrations, appendNarrations, forEachChild, getBottom, getHeight, getNarrationMessage, getNarrationMessage, getNavigationFocus, getNavigationOrder, getNavigationPath, getRight, getType, getWidth, getX, getY, isFocused, isHovered, isInteractable, isMouseOver, isSelected, isValidClickButton, method_75798, method_75799, mouseClicked, mouseDragged, mouseReleased, onDrag, onRelease, playClickSound, playDownSound, render, setAlpha, setDimensions, setDimensionsAndPosition, setFocused, setHeight, setNavigationOrder, setTooltip, setTooltipDelay, setWidth, setX, setYMethods 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.BeaconButtonWidget
tickMethods inherited from interface net.minecraft.client.gui.Element
charTyped, getBorder, getFocusedPath, isClickable, keyReleased, mouseMoved, mouseScrolledMethods inherited from interface net.minecraft.client.gui.Selectable
getNarratedPartsMethods inherited from interface net.minecraft.client.gui.widget.Widget
setPosition
-
Field Details
-
texture
- Mappings:
Namespace Name Mixin selector named textureLnet/minecraft/client/gui/screen/ingame/BeaconScreen$IconButtonWidget;texture:Lnet/minecraft/util/Identifier;intermediary field_45445Lnet/minecraft/class_466$class_4072;field_45445:Lnet/minecraft/class_2960;official aLgqz$f;a:Lamy;
-
-
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;)Vintermediary <init>Lnet/minecraft/class_466$class_4072;<init>(IILnet/minecraft/class_2960;Lnet/minecraft/class_2561;)Vofficial <init>Lgqz$f;<init>(IILamy;Lym;)V
-
-
Method Details
-
renderExtra
- Specified by:
renderExtrain classBeaconScreen.BaseButtonWidget- Mappings:
Namespace Name Mixin selector named renderExtraLnet/minecraft/client/gui/screen/ingame/BeaconScreen$BaseButtonWidget;renderExtra(Lnet/minecraft/client/gui/DrawContext;)Vintermediary method_18641Lnet/minecraft/class_466$class_470;method_18641(Lnet/minecraft/class_332;)Vofficial bLgqz$e;b(Lggd;)V
-