Package net.minecraft.client.gui.widget
Class IconWidget.Simple
java.lang.Object
net.minecraft.client.gui.widget.ClickableWidget
net.minecraft.client.gui.widget.IconWidget
net.minecraft.client.gui.widget.IconWidget.Simple
- All Implemented Interfaces:
Drawable
,Element
,Narratable
,Navigable
,Selectable
,Widget
- Enclosing class:
IconWidget
- Mappings:
Namespace Name official etd$a
intermediary net/minecraft/class_8208$class_8659
named net/minecraft/client/gui/widget/IconWidget$Simple
-
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.ClickableWidget
active, alpha, height, hovered, visible, width
Fields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
renderButton
(DrawContext context, int mouseX, int mouseY, float delta) Methods inherited from class net.minecraft.client.gui.widget.IconWidget
appendClickableNarrations, create, create, getNavigationPath, isNarratable, playDownSound
Methods inherited from class net.minecraft.client.gui.widget.ClickableWidget
appendDefaultNarrations, appendNarrations, clicked, drawScrollableText, drawScrollableText, drawScrollableText, forEachChild, getHeight, getMessage, getNarrationMessage, getNarrationMessage, getNavigationFocus, getNavigationOrder, getTooltip, getTooltipPositioner, getType, getWidth, getX, getY, isFocused, isHovered, isMouseOver, isSelected, isValidClickButton, mouseClicked, mouseDragged, mouseReleased, onClick, onDrag, onRelease, 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, keyPressed, keyReleased, mouseMoved, mouseScrolled
Methods inherited from interface net.minecraft.client.gui.widget.Widget
setPosition
-
Field Details
-
texture
- Mappings:
Namespace Name Mixin selector official a
Letd$a;a:Laew;
intermediary field_45357
Lnet/minecraft/class_8208$class_8659;field_45357:Lnet/minecraft/class_2960;
named texture
Lnet/minecraft/client/gui/widget/IconWidget$Simple;texture:Lnet/minecraft/util/Identifier;
-
-
Constructor Details
-
Simple
- Mappings:
Namespace Name Mixin selector official <init>
Letd$a;<init>(IIIILaew;)V
intermediary <init>
Lnet/minecraft/class_8208$class_8659;<init>(IIIILnet/minecraft/class_2960;)V
named <init>
Lnet/minecraft/client/gui/widget/IconWidget$Simple;<init>(IIIILnet/minecraft/util/Identifier;)V
-
-
Method Details
-
renderButton
- Specified by:
renderButton
in classClickableWidget
- Mappings:
Namespace Name Mixin selector official b
Leso;b(Lesf;IIF)V
intermediary method_48579
Lnet/minecraft/class_339;method_48579(Lnet/minecraft/class_332;IIF)V
named renderButton
Lnet/minecraft/client/gui/widget/ClickableWidget;renderButton(Lnet/minecraft/client/gui/DrawContext;IIF)V
-