Package net.minecraft.client.gui.widget
Class IconWidget.Texture
java.lang.Object
net.minecraft.client.gui.widget.ClickableWidget
net.minecraft.client.gui.widget.IconWidget
net.minecraft.client.gui.widget.IconWidget.Texture
- All Implemented Interfaces:
Drawable,Element,Narratable,Navigable,Selectable,Widget
- Enclosing class:
IconWidget
- Mappings:
Namespace Name official ext$bintermediary net/minecraft/class_8208$class_8660named net/minecraft/client/gui/widget/IconWidget$Texture
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.client.gui.Selectable
Selectable.SelectionType -
Field Summary
FieldsFields inherited from class net.minecraft.client.gui.widget.ClickableWidget
active, alpha, height, hovered, visible, widthFields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL -
Constructor Summary
ConstructorsConstructorDescriptionTexture(int x, int y, int width, int height, Identifier texture, int textureWidth, int textureHeight) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidrenderWidget(DrawContext context, int mouseX, int mouseY, float delta) Methods inherited from class net.minecraft.client.gui.widget.IconWidget
appendClickableNarrations, create, create, getNavigationPath, isNarratable, playDownSoundMethods inherited from class net.minecraft.client.gui.widget.ClickableWidget
appendDefaultNarrations, appendNarrations, clicked, drawScrollableText, drawScrollableText, drawScrollableText, forEachChild, getBottom, getHeight, getMessage, getNarrationMessage, getNarrationMessage, getNavigationFocus, getNavigationOrder, getRight, getTooltip, getType, getWidth, getX, getY, isFocused, isHovered, isMouseOver, isSelected, isValidClickButton, mouseClicked, mouseDragged, mouseReleased, onClick, onDrag, onRelease, render, setAlpha, setDimensions, setDimensionsAndPosition, setFocused, setHeight, setMessage, 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.Element
charTyped, getFocusedPath, keyPressed, keyReleased, mouseMoved, mouseScrolledMethods inherited from interface net.minecraft.client.gui.widget.Widget
setPosition
-
Field Details
-
texture
- Mappings:
Namespace Name Mixin selector official aLext$b;a:Lahg;intermediary field_45358Lnet/minecraft/class_8208$class_8660;field_45358:Lnet/minecraft/class_2960;named textureLnet/minecraft/client/gui/widget/IconWidget$Texture;texture:Lnet/minecraft/util/Identifier;
-
textureWidth
private final int textureWidth- Mappings:
Namespace Name Mixin selector official bLext$b;b:Iintermediary field_45359Lnet/minecraft/class_8208$class_8660;field_45359:Inamed textureWidthLnet/minecraft/client/gui/widget/IconWidget$Texture;textureWidth:I
-
textureHeight
private final int textureHeight- Mappings:
Namespace Name Mixin selector official cLext$b;c:Iintermediary field_45360Lnet/minecraft/class_8208$class_8660;field_45360:Inamed textureHeightLnet/minecraft/client/gui/widget/IconWidget$Texture;textureHeight:I
-
-
Constructor Details
-
Texture
public Texture(int x, int y, int width, int height, Identifier texture, int textureWidth, int textureHeight) - Mappings:
Namespace Name Mixin selector official <init>Lext$b;<init>(IIIILahg;II)Vintermediary <init>Lnet/minecraft/class_8208$class_8660;<init>(IIIILnet/minecraft/class_2960;II)Vnamed <init>Lnet/minecraft/client/gui/widget/IconWidget$Texture;<init>(IIIILnet/minecraft/util/Identifier;II)V
-
-
Method Details
-
renderWidget
- Specified by:
renderWidgetin classClickableWidget- Mappings:
Namespace Name Mixin selector official bLexe;b(Lewu;IIF)Vintermediary method_48579Lnet/minecraft/class_339;method_48579(Lnet/minecraft/class_332;IIF)Vnamed renderWidgetLnet/minecraft/client/gui/widget/ClickableWidget;renderWidget(Lnet/minecraft/client/gui/DrawContext;IIF)V
-