Class WorldSelectionList.Entry
java.lang.Object
net.minecraft.client.gui.components.AbstractSelectionList.Entry<E>
net.minecraft.client.gui.components.ObjectSelectionList.Entry<WorldSelectionList.Entry>
net.minecraft.client.gui.screens.worldselection.WorldSelectionList.Entry
- All Implemented Interfaces:
- AutoCloseable,- GuiEventListener,- TabOrderedElement,- NarrationSupplier
- Direct Known Subclasses:
- WorldSelectionList.LoadingHeader,- WorldSelectionList.WorldListEntry
- Enclosing class:
- WorldSelectionList
public abstract static class WorldSelectionList.Entry
extends ObjectSelectionList.Entry<WorldSelectionList.Entry>
implements AutoCloseable
- 
Field SummaryFields inherited from class net.minecraft.client.gui.components.AbstractSelectionList.EntrylistFields inherited from interface net.minecraft.client.gui.components.events.GuiEventListenerDOUBLE_CLICK_THRESHOLD_MS
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class net.minecraft.client.gui.components.ObjectSelectionList.EntrygetNarration, updateNarrationMethods inherited from class net.minecraft.client.gui.components.AbstractSelectionList.EntryisFocused, isMouseOver, render, renderBack, setFocusedMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.components.events.GuiEventListenercharTyped, getCurrentFocusPath, getRectangle, keyPressed, keyReleased, mouseClicked, mouseDragged, mouseMoved, mouseReleased, mouseScrolled, nextFocusPathMethods inherited from interface net.minecraft.client.gui.components.TabOrderedElementgetTabOrderGroup
- 
Constructor Details- 
Entrypublic Entry()
 
- 
- 
Method Details- 
closepublic void close()- Specified by:
- closein interface- AutoCloseable
 
 
-