Class RealmsPdpScreen.AbstractPdpEntry
java.lang.Object
net.minecraft.client.gui.components.AbstractSelectionList.Entry<RealmsPdpScreen.AbstractPdpEntry>
net.minecraft.client.gui.components.ObjectSelectionList.Entry<RealmsPdpScreen.AbstractPdpEntry>
com.mojang.realmsclient.gui.screens.RealmsPdpScreen.AbstractPdpEntry
- All Implemented Interfaces:
GuiEventListener, TabOrderedElement, LayoutElement, NarrationSupplier
- Direct Known Subclasses:
RealmsPdpScreen.PdpFeatureEntry, RealmsPdpScreen.PdpHeaderEntry
- Enclosing class:
RealmsPdpScreen
private abstract static class RealmsPdpScreen.AbstractPdpEntry
extends ObjectSelectionList.Entry<RealmsPdpScreen.AbstractPdpEntry>
-
Field Summary
FieldsFields inherited from class AbstractSelectionList.Entry
CONTENT_PADDING, list -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ObjectSelectionList.Entry
getNarration, mouseClicked, updateNarrationMethods inherited from class AbstractSelectionList.Entry
extractContent, getContentBottom, getContentHeight, getContentRight, getContentWidth, getContentX, getContentXMiddle, getContentY, getContentYMiddle, getHeight, getRectangle, getWidth, getX, getY, isFocused, isMouseOver, setFocused, setHeight, setWidth, setX, setY, visitWidgetsMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface GuiEventListener
capturesInput, charTyped, getBorderForArrowNavigation, getCurrentFocusPath, keyPressed, keyReleased, mouseDragged, mouseMoved, mouseReleased, mouseScrolled, nextFocusPath, preeditUpdated, shouldTakeFocusAfterInteractionMethods inherited from interface LayoutElement
setPositionMethods inherited from interface TabOrderedElement
getTabOrderGroup
-
Field Details
-
title
-
-
Constructor Details
-
AbstractPdpEntry
-