Class WorldListWidget.EmptyListEntry
java.lang.Object
net.minecraft.client.gui.widget.EntryListWidget.Entry<WorldListWidget.Entry>
net.minecraft.client.gui.widget.AlwaysSelectedEntryListWidget.Entry<WorldListWidget.Entry>
net.minecraft.client.gui.screen.world.WorldListWidget.Entry
net.minecraft.client.gui.screen.world.WorldListWidget.EmptyListEntry
- All Implemented Interfaces:
AutoCloseable,Element,Narratable,Navigable,Widget
- Enclosing class:
WorldListWidget
@Environment(CLIENT)
public static final class WorldListWidget.EmptyListEntry
extends WorldListWidget.Entry
- Mappings:
Namespace Name named net/minecraft/client/gui/screen/world/WorldListWidget$EmptyListEntryintermediary net/minecraft/class_528$class_11782official gsr$e
-
Field Summary
FieldsFields inherited from class net.minecraft.client.gui.widget.EntryListWidget.Entry
PADDING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrender(DrawContext context, int mouseX, int mouseY, boolean hovered, float deltaTicks) Renders an entry in a list.Methods inherited from class net.minecraft.client.gui.screen.world.WorldListWidget.Entry
close, getLevelMethods inherited from class net.minecraft.client.gui.widget.AlwaysSelectedEntryListWidget.Entry
appendNarrations, mouseClickedMethods inherited from class net.minecraft.client.gui.widget.EntryListWidget.Entry
forEachChild, getContentBottomEnd, getContentHeight, getContentMiddleX, getContentMiddleY, getContentRightEnd, getContentWidth, getContentX, getContentY, getHeight, getNavigationFocus, getWidth, getX, getY, isFocused, isMouseOver, setFocused, setHeight, 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, getBorder, getFocusedPath, getNavigationPath, isClickable, keyPressed, keyReleased, mouseDragged, mouseMoved, mouseReleased, mouseScrolledMethods inherited from interface net.minecraft.client.gui.navigation.Navigable
getNavigationOrderMethods inherited from interface net.minecraft.client.gui.widget.Widget
setPosition
-
Field Details
-
widget
- Mappings:
Namespace Name Mixin selector named widgetLnet/minecraft/client/gui/screen/world/WorldListWidget$EmptyListEntry;widget:Lnet/minecraft/client/gui/widget/TextWidget;intermediary field_62204Lnet/minecraft/class_528$class_11782;field_62204:Lnet/minecraft/class_7842;official aLgsr$e;a:Lgey;
-
-
Constructor Details
-
EmptyListEntry
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/gui/screen/world/WorldListWidget$EmptyListEntry;<init>(Lnet/minecraft/text/Text;Lnet/minecraft/client/font/TextRenderer;)Vintermediary <init>Lnet/minecraft/class_528$class_11782;<init>(Lnet/minecraft/class_2561;Lnet/minecraft/class_327;)Vofficial <init>Lgsr$e;<init>(Lxx;Lgda;)V
-
-
Method Details
-
getNarration
- Specified by:
getNarrationin classAlwaysSelectedEntryListWidget.Entry<WorldListWidget.Entry>- Mappings:
Namespace Name Mixin selector named getNarrationLnet/minecraft/client/gui/widget/AlwaysSelectedEntryListWidget$Entry;getNarration()Lnet/minecraft/text/Text;intermediary method_37006Lnet/minecraft/class_4280$class_4281;method_37006()Lnet/minecraft/class_2561;official aLgem$a;a()Lxx;
-
render
Renders an entry in a list.- Specified by:
renderin classEntryListWidget.Entry<WorldListWidget.Entry>- Mappings:
Namespace Name Mixin selector named renderLnet/minecraft/client/gui/widget/EntryListWidget$Entry;render(Lnet/minecraft/client/gui/DrawContext;IIZF)Vintermediary method_25343Lnet/minecraft/class_350$class_351;method_25343(Lnet/minecraft/class_332;IIZF)Vofficial aLgdj$a;a(Lgdd;IIZF)V
-