Package com.mojang.realmsclient
Class RealmsMainScreen.ListEntry
java.lang.Object
net.minecraft.client.gui.widget.list.AbstractList.AbstractListEntry<E>
net.minecraft.client.gui.widget.list.ExtendedList.AbstractListEntry<RealmsMainScreen.ListEntry>
com.mojang.realmsclient.RealmsMainScreen.ListEntry
- All Implemented Interfaces:
IGuiEventListener
- Direct Known Subclasses:
RealmsMainScreen.ServerEntry
,RealmsMainScreen.TrialServerEntry
- Enclosing class:
- RealmsMainScreen
abstract class RealmsMainScreen.ListEntry
extends ExtendedList.AbstractListEntry<RealmsMainScreen.ListEntry>
-
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
-
ListEntry
private ListEntry()
-