Class WorldListWidget.Entry
java.lang.Object
net.minecraft.client.gui.widget.EntryListWidget.Entry<E>
net.minecraft.client.gui.widget.AlwaysSelectedEntryListWidget.Entry<WorldListWidget.Entry>
net.minecraft.client.gui.screen.world.WorldListWidget.Entry
- All Implemented Interfaces:
AutoCloseable
,Element
,Narratable
- Direct Known Subclasses:
WorldListWidget.LoadingEntry
,WorldListWidget.WorldEntry
- Enclosing class:
WorldListWidget
@Environment(CLIENT)
public abstract static class WorldListWidget.Entry
extends AlwaysSelectedEntryListWidget.Entry<WorldListWidget.Entry>
implements AutoCloseable
- Mappings:
Namespace Name official euq$a
intermediary net/minecraft/class_528$class_7414
named net/minecraft/client/gui/screen/world/WorldListWidget$Entry
-
Field Summary
Fields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.minecraft.client.gui.widget.AlwaysSelectedEntryListWidget.Entry
appendNarrations, getNarration
Methods inherited from class net.minecraft.client.gui.widget.EntryListWidget.Entry
isFocused, isMouseOver, render, setFocused
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, keyPressed, keyReleased, method_48202, method_48205, method_48218, mouseClicked, mouseDragged, mouseMoved, mouseReleased, mouseScrolled
-
Constructor Details
-
Entry
public Entry()
-
-
Method Details
-
isAvailable
public abstract boolean isAvailable()- Mappings:
Namespace Name Mixin selector official a
Leuq$a;a()Z
intermediary method_43465
Lnet/minecraft/class_528$class_7414;method_43465()Z
named isAvailable
Lnet/minecraft/client/gui/screen/world/WorldListWidget$Entry;isAvailable()Z
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-