Package net.minecraft.client.realms.gui
Class RealmsLoadingWidget
java.lang.Object
net.minecraft.client.gui.widget.ClickableWidget
net.minecraft.client.realms.gui.RealmsLoadingWidget
- All Implemented Interfaces:
Drawable
,Element
,Narratable
,Navigable
,Selectable
,Widget
- Mappings:
Namespace Name official exv
intermediary net/minecraft/class_8661
named net/minecraft/client/realms/gui/RealmsLoadingWidget
-
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 TypeMethodDescriptionprotected void
getNavigationPath
(GuiNavigation navigation) boolean
void
playDownSound
(SoundManager soundManager) protected void
renderWidget
(DrawContext context, int mouseX, int mouseY, float delta) Methods 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, 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
-
textRenderer
- Mappings:
Namespace Name Mixin selector official a
Lexv;a:Lews;
intermediary field_45361
Lnet/minecraft/class_8661;field_45361:Lnet/minecraft/class_327;
named textRenderer
Lnet/minecraft/client/realms/gui/RealmsLoadingWidget;textRenderer:Lnet/minecraft/client/font/TextRenderer;
-
-
Constructor Details
-
RealmsLoadingWidget
- Mappings:
Namespace Name Mixin selector official <init>
Lexv;<init>(Lews;Lvf;)V
intermediary <init>
Lnet/minecraft/class_8661;<init>(Lnet/minecraft/class_327;Lnet/minecraft/class_2561;)V
named <init>
Lnet/minecraft/client/realms/gui/RealmsLoadingWidget;<init>(Lnet/minecraft/client/font/TextRenderer;Lnet/minecraft/text/Text;)V
-
-
Method Details
-
renderWidget
- Specified by:
renderWidget
in classClickableWidget
- Mappings:
Namespace Name Mixin selector official b
Lexe;b(Lewu;IIF)V
intermediary method_48579
Lnet/minecraft/class_339;method_48579(Lnet/minecraft/class_332;IIF)V
named renderWidget
Lnet/minecraft/client/gui/widget/ClickableWidget;renderWidget(Lnet/minecraft/client/gui/DrawContext;IIF)V
-
appendClickableNarrations
- Specified by:
appendClickableNarrations
in classClickableWidget
- Mappings:
Namespace Name Mixin selector official a
Lexe;a(Lfaz;)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
-
playDownSound
- Overrides:
playDownSound
in classClickableWidget
- Mappings:
Namespace Name Mixin selector official a
Lexe;a(Lgje;)V
intermediary method_25354
Lnet/minecraft/class_339;method_25354(Lnet/minecraft/class_1144;)V
named playDownSound
Lnet/minecraft/client/gui/widget/ClickableWidget;playDownSound(Lnet/minecraft/client/sound/SoundManager;)V
-
isNarratable
public boolean isNarratable()- Specified by:
isNarratable
in interfaceSelectable
- Overrides:
isNarratable
in classClickableWidget
- Mappings:
Namespace Name Mixin selector official A
Lfax;A()Z
intermediary method_37303
Lnet/minecraft/class_6379;method_37303()Z
named isNarratable
Lnet/minecraft/client/gui/Selectable;isNarratable()Z
-