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
,Navigable
- 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 fdj$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
-
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
drawBorder, 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, getFocusedPath, getNavigationFocus, getNavigationPath, keyPressed, keyReleased, mouseClicked, mouseDragged, mouseMoved, mouseReleased, mouseScrolled
Methods inherited from interface net.minecraft.client.gui.navigation.Navigable
getNavigationOrder
-
Constructor Details
-
Entry
public Entry()
-
-
Method Details
-
isAvailable
public abstract boolean isAvailable()- Mappings:
Namespace Name Mixin selector official b
Lfdj$a;b()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
-