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 evointermediary net/minecraft/class_8661named net/minecraft/client/realms/gui/RealmsLoadingWidget
-
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidgetNavigationPath(GuiNavigation navigation) booleanvoidplayDownSound(SoundManager soundManager) protected voidrenderButton(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, getHeight, getMessage, getNarrationMessage, getNarrationMessage, getNavigationFocus, getNavigationOrder, getTooltip, 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, 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
-
textRenderer
- Mappings:
Namespace Name Mixin selector official aLevo;a:Leum;intermediary field_45361Lnet/minecraft/class_8661;field_45361:Lnet/minecraft/class_327;named textRendererLnet/minecraft/client/realms/gui/RealmsLoadingWidget;textRenderer:Lnet/minecraft/client/font/TextRenderer;
-
-
Constructor Details
-
RealmsLoadingWidget
- Mappings:
Namespace Name Mixin selector official <init>Levo;<init>(Leum;Lur;)Vintermediary <init>Lnet/minecraft/class_8661;<init>(Lnet/minecraft/class_327;Lnet/minecraft/class_2561;)Vnamed <init>Lnet/minecraft/client/realms/gui/RealmsLoadingWidget;<init>(Lnet/minecraft/client/font/TextRenderer;Lnet/minecraft/text/Text;)V
-
-
Method Details
-
renderButton
- Specified by:
renderButtonin classClickableWidget- Mappings:
Namespace Name Mixin selector official bLeux;b(Leuo;IIF)Vintermediary method_48579Lnet/minecraft/class_339;method_48579(Lnet/minecraft/class_332;IIF)Vnamed renderButtonLnet/minecraft/client/gui/widget/ClickableWidget;renderButton(Lnet/minecraft/client/gui/DrawContext;IIF)V
-
appendClickableNarrations
- Specified by:
appendClickableNarrationsin classClickableWidget- Mappings:
Namespace Name Mixin selector official aLeux;a(Leys;)Vintermediary method_47399Lnet/minecraft/class_339;method_47399(Lnet/minecraft/class_6382;)Vnamed appendClickableNarrationsLnet/minecraft/client/gui/widget/ClickableWidget;appendClickableNarrations(Lnet/minecraft/client/gui/screen/narration/NarrationMessageBuilder;)V
-
playDownSound
- Overrides:
playDownSoundin classClickableWidget- Mappings:
Namespace Name Mixin selector official aLeux;a(Lggg;)Vintermediary method_25354Lnet/minecraft/class_339;method_25354(Lnet/minecraft/class_1144;)Vnamed playDownSoundLnet/minecraft/client/gui/widget/ClickableWidget;playDownSound(Lnet/minecraft/client/sound/SoundManager;)V
-
isNarratable
public boolean isNarratable()- Specified by:
isNarratablein interfaceSelectable- Overrides:
isNarratablein classClickableWidget- Mappings:
Namespace Name Mixin selector official aL_Leyq;aL_()Zintermediary method_37303Lnet/minecraft/class_6379;method_37303()Znamed isNarratableLnet/minecraft/client/gui/Selectable;isNarratable()Z
-