Package net.minecraft.client.gui.widget
Class IconWidget
java.lang.Object
net.minecraft.client.gui.widget.ClickableWidget
net.minecraft.client.gui.widget.IconWidget
- All Implemented Interfaces:
- Drawable,- Element,- Narratable,- Navigable,- Selectable,- Widget
- Mappings:
- Namespace - Name - official - epu- intermediary - net/minecraft/class_8208- named - net/minecraft/client/gui/widget/IconWidget
- 
Nested Class SummaryNested classes/interfaces inherited from interface net.minecraft.client.gui.SelectableSelectable.SelectionType
- 
Field SummaryFieldsFields inherited from class net.minecraft.client.gui.widget.ClickableWidgetACCESSIBILITY_TEXTURE, active, alpha, height, hovered, visible, WIDGETS_TEXTURE, widthFields inherited from interface net.minecraft.client.gui.ElementMAX_DOUBLE_CLICK_INTERVAL
- 
Constructor SummaryConstructorsConstructorDescriptionIconWidget(int x, int y, int width, int height, Identifier texture) IconWidget(int width, int height, Identifier texture) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidvoidrenderButton(DrawContext context, int mouseX, int mouseY, float delta) Methods inherited from class net.minecraft.client.gui.widget.ClickableWidgetappendDefaultNarrations, appendNarrations, clicked, drawScrollableText, drawScrollableText, drawTexture, forEachChild, getHeight, getMessage, getNarrationMessage, getNarrationMessage, getNavigationFocus, getNavigationOrder, getNavigationPath, getTooltip, getTooltipPositioner, getType, getWidth, getX, getY, isFocused, isHovered, isMouseOver, isNarratable, isSelected, isValidClickButton, mouseClicked, mouseDragged, mouseReleased, onClick, onDrag, onRelease, playDownSound, render, setAlpha, setFocused, setMessage, setNavigationOrder, setTooltip, setTooltipDelay, setWidth, setX, setYMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.ElementcharTyped, getFocusedPath, keyPressed, keyReleased, mouseMoved, mouseScrolledMethods inherited from interface net.minecraft.client.gui.widget.WidgetsetPosition
- 
Field Details- 
texture- Mappings:
- Namespace - Name - Mixin selector - official - a- Lepu;a:Lacq;- intermediary - field_43057- Lnet/minecraft/class_8208;field_43057:Lnet/minecraft/class_2960;- named - texture- Lnet/minecraft/client/gui/widget/IconWidget;texture:Lnet/minecraft/util/Identifier;
 
 
- 
- 
Constructor Details- 
IconWidget- Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lepu;<init>(IILacq;)V- intermediary - <init>- Lnet/minecraft/class_8208;<init>(IILnet/minecraft/class_2960;)V- named - <init>- Lnet/minecraft/client/gui/widget/IconWidget;<init>(IILnet/minecraft/util/Identifier;)V
 
- 
IconWidget- Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lepu;<init>(IIIILacq;)V- intermediary - <init>- Lnet/minecraft/class_8208;<init>(IIIILnet/minecraft/class_2960;)V- named - <init>- Lnet/minecraft/client/gui/widget/IconWidget;<init>(IIIILnet/minecraft/util/Identifier;)V
 
 
- 
- 
Method Details- 
appendClickableNarrations- Specified by:
- appendClickableNarrationsin class- ClickableWidget
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lepf;a(Lesp;)V- intermediary - method_47399- Lnet/minecraft/class_339;method_47399(Lnet/minecraft/class_6382;)V- named - appendClickableNarrations- Lnet/minecraft/client/gui/widget/ClickableWidget;appendClickableNarrations(Lnet/minecraft/client/gui/screen/narration/NarrationMessageBuilder;)V
 
- 
renderButton- Specified by:
- renderButtonin class- ClickableWidget
- Mappings:
- Namespace - Name - Mixin selector - official - b- Lepf;b(Leox;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
 
 
-