Class BeaconScreen.DoneButtonWidget
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
net.minecraft.client.gui.screen.ingame.BeaconScreen.DoneButtonWidget
- All Implemented Interfaces:
Drawable
,Element
,Narratable
,Navigable
,BeaconScreen.BeaconButtonWidget
,Selectable
,Widget
- Enclosing class:
BeaconScreen
@Environment(CLIENT)
private class BeaconScreen.DoneButtonWidget
extends BeaconScreen.IconButtonWidget
- Mappings:
Namespace Name official ezm$c
intermediary net/minecraft/class_466$class_468
named net/minecraft/client/gui/screen/ingame/BeaconScreen$DoneButtonWidget
-
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
-
Method Summary
Methods inherited from class net.minecraft.client.gui.screen.ingame.BeaconScreen.IconButtonWidget
renderExtra
Methods inherited from class net.minecraft.client.gui.screen.ingame.BeaconScreen.BaseButtonWidget
appendClickableNarrations, isDisabled, renderButton, setDisabled
Methods inherited from class net.minecraft.client.gui.widget.PressableWidget
drawMessage, keyPressed, onClick
Methods inherited from class net.minecraft.client.gui.widget.ClickableWidget
appendDefaultNarrations, appendNarrations, clicked, drawScrollableText, drawScrollableText, drawScrollableText, forEachChild, getHeight, getMessage, getNarrationMessage, getNarrationMessage, getNavigationFocus, getNavigationOrder, getNavigationPath, getTooltip, getTooltipPositioner, getType, getWidth, getX, getY, isFocused, isHovered, isMouseOver, isNarratable, isSelected, isValidClickButton, mouseClicked, mouseDragged, mouseReleased, onDrag, onRelease, playDownSound, render, setAlpha, 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.Element
charTyped, getFocusedPath, keyReleased, mouseMoved, mouseScrolled
Methods inherited from interface net.minecraft.client.gui.widget.Widget
setPosition
-
Constructor Details
-
DoneButtonWidget
public DoneButtonWidget(int x, int y) - Mappings:
Namespace Name Mixin selector official <init>
Lezm$c;<init>(Lezm;II)V
intermediary <init>
Lnet/minecraft/class_466$class_468;<init>(Lnet/minecraft/class_466;II)V
named <init>
Lnet/minecraft/client/gui/screen/ingame/BeaconScreen$DoneButtonWidget;<init>(Lnet/minecraft/client/gui/screen/ingame/BeaconScreen;II)V
-
-
Method Details
-
onPress
public void onPress()- Specified by:
onPress
in classPressableWidget
- Mappings:
Namespace Name Mixin selector official c
Lesi;c()V
intermediary method_25306
Lnet/minecraft/class_4264;method_25306()V
named onPress
Lnet/minecraft/client/gui/widget/PressableWidget;onPress()V
-
tick
public void tick(int level) - Mappings:
Namespace Name Mixin selector official a
Lezm$a;a(I)V
intermediary method_37080
Lnet/minecraft/class_466$class_6392;method_37080(I)V
named tick
Lnet/minecraft/client/gui/screen/ingame/BeaconScreen$BeaconButtonWidget;tick(I)V
-