Class RealmsPendingInvitesScreen.InvitationList
java.lang.Object
net.minecraft.client.gui.AbstractGui
net.minecraft.client.gui.FocusableGui
net.minecraft.client.gui.widget.list.AbstractList<E>
net.minecraft.client.gui.widget.list.ExtendedList<E>
net.minecraft.realms.RealmsObjectSelectionList<RealmsPendingInvitesScreen.InvitationEntry>
com.mojang.realmsclient.gui.screens.RealmsPendingInvitesScreen.InvitationList
- All Implemented Interfaces:
IGuiEventListener
,INestedGuiEventHandler
,IRenderable
- Enclosing class:
- RealmsPendingInvitesScreen
class RealmsPendingInvitesScreen.InvitationList
extends RealmsObjectSelectionList<RealmsPendingInvitesScreen.InvitationEntry>
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.widget.list.ExtendedList
ExtendedList.AbstractListEntry<E extends ExtendedList.AbstractListEntry<E>>
Nested classes/interfaces inherited from class net.minecraft.client.gui.widget.list.AbstractList
AbstractList.Ordering
-
Field Summary
Fields inherited from class net.minecraft.client.gui.widget.list.AbstractList
centerListVertically, headerHeight, height, itemHeight, minecraft, width, x0, x1, y0, y1
Fields inherited from class net.minecraft.client.gui.AbstractGui
BACKGROUND_LOCATION, GUI_ICONS_LOCATION, STATS_ICON_LOCATION
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
boolean
void
removeAtIndex
(int p_223872_1_) void
renderBackground
(MatrixStack p_230433_1_) void
selectInviteListItem
(int p_223873_1_) void
selectItem
(int p_231400_1_) void
setSelected
(RealmsPendingInvitesScreen.InvitationEntry p_241215_1_) Methods inherited from class net.minecraft.realms.RealmsObjectSelectionList
addEntry, clear, getItemCount, getRowLeft, getRowTop, getScrollbarPosition, itemClicked, replaceEntries, setSelectedItem
Methods inherited from class net.minecraft.client.gui.widget.list.ExtendedList
changeFocus
Methods inherited from class net.minecraft.client.gui.widget.list.AbstractList
centerScrollOn, children, clearEntries, clickedHeader, ensureVisible, getBottom, getEntry, getEntryAtPosition, getFocused, getHeight, getLeft, getMaxScroll, getRight, getRowRight, getScrollAmount, getSelected, getTop, getWidth, isMouseOver, isSelectedItem, keyPressed, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, moveSelection, moveSelection, refreshSelection, remove, removeEntry, render, renderDecorations, renderHeader, renderList, setLeftPos, setRenderBackground, setRenderHeader, setRenderSelection, setRenderTopAndBottom, setScrollAmount, updateScrollingState, updateSize
Methods inherited from class net.minecraft.client.gui.FocusableGui
isDragging, setDragging, setFocused
Methods inherited from class net.minecraft.client.gui.AbstractGui
blit, blit, blit, blit, blit, blitOutlineBlack, drawCenteredString, drawCenteredString, drawString, drawString, fill, fillGradient, fillGradient, getBlitOffset, hLine, setBlitOffset, vLine
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
mouseMoved
Methods inherited from interface net.minecraft.client.gui.INestedGuiEventHandler
charTyped, getChildAt, keyReleased, magicalSpecialHackyFocus, setInitialFocus
-
Constructor Details
-
InvitationList
public InvitationList()
-
-
Method Details
-
removeAtIndex
public void removeAtIndex(int p_223872_1_) -
getMaxPosition
public int getMaxPosition()- Overrides:
getMaxPosition
in classRealmsObjectSelectionList<RealmsPendingInvitesScreen.InvitationEntry>
-
getRowWidth
public int getRowWidth()- Overrides:
getRowWidth
in classRealmsObjectSelectionList<RealmsPendingInvitesScreen.InvitationEntry>
-
isFocused
public boolean isFocused()- Overrides:
isFocused
in classAbstractList<RealmsPendingInvitesScreen.InvitationEntry>
-
renderBackground
- Overrides:
renderBackground
in classAbstractList<RealmsPendingInvitesScreen.InvitationEntry>
-
selectItem
public void selectItem(int p_231400_1_) - Overrides:
selectItem
in classRealmsObjectSelectionList<RealmsPendingInvitesScreen.InvitationEntry>
-
selectInviteListItem
public void selectInviteListItem(int p_223873_1_) -
setSelected
- Overrides:
setSelected
in classAbstractList<RealmsPendingInvitesScreen.InvitationEntry>
-