类 RealmsPendingInvitesScreen.Entry
java.lang.Object
net.minecraft.client.gui.components.AbstractSelectionList.Entry<RealmsPendingInvitesScreen.Entry>
net.minecraft.client.gui.components.ObjectSelectionList.Entry<RealmsPendingInvitesScreen.Entry>
com.mojang.realmsclient.gui.screens.RealmsPendingInvitesScreen.Entry
- 所有已实现的接口:
GuiEventListener
,TabOrderedElement
,NarrationSupplier
class RealmsPendingInvitesScreen.Entry
extends ObjectSelectionList.Entry<RealmsPendingInvitesScreen.Entry>
-
嵌套类概要
嵌套类修饰符和类型类说明(专用程序包) class
(专用程序包) class
-
字段概要
字段从类继承的字段 net.minecraft.client.gui.components.AbstractSelectionList.Entry
list
从接口继承的字段 net.minecraft.client.gui.components.events.GuiEventListener
DOUBLE_CLICK_THRESHOLD_MS
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明boolean
mouseClicked
(double p_88998_, double p_88999_, int p_89000_) void
render
(GuiGraphics p_281445_, int p_281806_, int p_283610_, int p_282909_, int p_281705_, int p_281977_, int p_282983_, int p_281655_, boolean p_282274_, float p_282862_) private void
renderPendingInvitationItem
(GuiGraphics p_281764_, PendingInvite p_282748_, int p_282810_, int p_282994_, int p_283639_, int p_283659_) 从类继承的方法 net.minecraft.client.gui.components.ObjectSelectionList.Entry
updateNarration
从类继承的方法 net.minecraft.client.gui.components.AbstractSelectionList.Entry
isFocused, isMouseOver, renderBack, setFocused
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 net.minecraft.client.gui.components.events.GuiEventListener
charTyped, getBorderForArrowNavigation, getCurrentFocusPath, getRectangle, keyPressed, keyReleased, mouseDragged, mouseMoved, mouseReleased, mouseScrolled, nextFocusPath
从接口继承的方法 net.minecraft.client.gui.components.TabOrderedElement
getTabOrderGroup
-
字段详细资料
-
TEXT_LEFT
private static final int TEXT_LEFT- 另请参阅:
-
pendingInvite
-
rowButtons
-
-
构造器详细资料
-
Entry
Entry(PendingInvite p_88996_)
-
-
方法详细资料
-
render
public void render(GuiGraphics p_281445_, int p_281806_, int p_283610_, int p_282909_, int p_281705_, int p_281977_, int p_282983_, int p_281655_, boolean p_282274_, float p_282862_) -
mouseClicked
public boolean mouseClicked(double p_88998_, double p_88999_, int p_89000_) -
renderPendingInvitationItem
private void renderPendingInvitationItem(GuiGraphics p_281764_, PendingInvite p_282748_, int p_282810_, int p_282994_, int p_283639_, int p_283659_) -
getNarration
-