Package net.minecraft.client.gui.widget
Class EmptyWidget
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.client.gui.widget.ClickableWidget
net.minecraft.client.gui.widget.EmptyWidget
- All Implemented Interfaces:
Drawable,Element,Narratable,Selectable
- Mappings:
Namespace Name official ekzintermediary net/minecraft/class_7852named net/minecraft/client/gui/widget/EmptyWidget
-
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, WIDGETS_TEXTURE, widthFields inherited from class net.minecraft.client.gui.DrawableHelper
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTUREFields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL -
Constructor Summary
ConstructorsConstructorDescriptionEmptyWidget(int width, int height) EmptyWidget(int x, int y, int width, int height) -
Method Summary
Modifier and TypeMethodDescriptionvoidappendNarrations(NarrationMessageBuilder builder) static ClickableWidgetofHeight(int height) static ClickableWidgetofWidth(int width) Methods inherited from class net.minecraft.client.gui.widget.ClickableWidget
appendDefaultNarrations, changeFocus, clicked, getHeight, getMessage, getNarrationMessage, getNarrationMessage, getType, getWidth, getX, getY, getYImage, isFocused, isHovered, isMouseOver, isNarratable, isValidClickButton, mouseClicked, mouseDragged, mouseReleased, onClick, onDrag, onFocusedChanged, onRelease, playDownSound, render, renderBackground, renderButton, renderTooltip, setAlpha, setFocused, setMessage, setPos, setWidth, setX, setYMethods inherited from class net.minecraft.client.gui.DrawableHelper
disableScissor, drawCenteredText, drawCenteredText, drawCenteredTextWithShadow, drawHorizontalLine, drawSprite, drawStringWithShadow, drawTexture, drawTexture, drawTexture, drawTexture, drawTextWithShadow, drawVerticalLine, drawWithOutline, drawWithShadow, enableScissor, fill, fillGradient, fillGradient, fillGradient, getZOffset, setZOffsetMethods 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, keyPressed, keyReleased, mouseMoved, mouseScrolled
-
Constructor Details
-
EmptyWidget
public EmptyWidget(int width, int height) - Mappings:
Namespace Name Mixin selector official <init>Lekz;<init>(II)Vintermediary <init>Lnet/minecraft/class_7852;<init>(II)Vnamed <init>Lnet/minecraft/client/gui/widget/EmptyWidget;<init>(II)V
-
EmptyWidget
public EmptyWidget(int x, int y, int width, int height) - Mappings:
Namespace Name Mixin selector official <init>Lekz;<init>(IIII)Vintermediary <init>Lnet/minecraft/class_7852;<init>(IIII)Vnamed <init>Lnet/minecraft/client/gui/widget/EmptyWidget;<init>(IIII)V
-
-
Method Details
-
appendNarrations
- Mappings:
Namespace Name Mixin selector official aLeml;a(Lemk;)Vintermediary method_37020Lnet/minecraft/class_6383;method_37020(Lnet/minecraft/class_6382;)Vnamed appendNarrationsLnet/minecraft/client/gui/Narratable;appendNarrations(Lnet/minecraft/client/gui/screen/narration/NarrationMessageBuilder;)V
-
ofWidth
- Mappings:
Namespace Name Mixin selector official fLekz;f(I)Lejx;intermediary method_46512Lnet/minecraft/class_7852;method_46512(I)Lnet/minecraft/class_339;named ofWidthLnet/minecraft/client/gui/widget/EmptyWidget;ofWidth(I)Lnet/minecraft/client/gui/widget/ClickableWidget;
-
ofHeight
- Mappings:
Namespace Name Mixin selector official gLekz;g(I)Lejx;intermediary method_46513Lnet/minecraft/class_7852;method_46513(I)Lnet/minecraft/class_339;named ofHeightLnet/minecraft/client/gui/widget/EmptyWidget;ofHeight(I)Lnet/minecraft/client/gui/widget/ClickableWidget;
-