Package net.minecraft.client.gui.screen
Class ServerSelectionList.Entry
java.lang.Object
net.minecraft.client.gui.widget.list.AbstractList.AbstractListEntry<E>
net.minecraft.client.gui.widget.list.ExtendedList.AbstractListEntry<ServerSelectionList.Entry>
net.minecraft.client.gui.screen.ServerSelectionList.Entry
- All Implemented Interfaces:
IGuiEventListener
- Direct Known Subclasses:
ServerSelectionList.LanDetectedEntry
,ServerSelectionList.LanScanEntry
,ServerSelectionList.NormalEntry
- Enclosing class:
- ServerSelectionList
public abstract static class ServerSelectionList.Entry
extends ExtendedList.AbstractListEntry<ServerSelectionList.Entry>
-
Field Summary
Fields inherited from class net.minecraft.client.gui.widget.list.AbstractList.AbstractListEntry
list
-
Constructor Summary
-
Method Summary
Methods inherited from class net.minecraft.client.gui.widget.list.ExtendedList.AbstractListEntry
changeFocus
Methods inherited from class net.minecraft.client.gui.widget.list.AbstractList.AbstractListEntry
isMouseOver, render
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.IGuiEventListener
charTyped, keyPressed, keyReleased, mouseClicked, mouseDragged, mouseMoved, mouseReleased, mouseScrolled
-
Constructor Details
-
Entry
public Entry()
-