类 RealmsMainScreen.ButtonEntry
java.lang.Object
net.minecraft.client.gui.components.AbstractSelectionList.Entry<RealmsMainScreen.Entry>
net.minecraft.client.gui.components.ObjectSelectionList.Entry<RealmsMainScreen.Entry>
com.mojang.realmsclient.RealmsMainScreen.Entry
com.mojang.realmsclient.RealmsMainScreen.ButtonEntry
- 所有已实现的接口:
GuiEventListener
,TabOrderedElement
,NarrationSupplier
- 封闭类:
RealmsMainScreen
-
字段概要
字段从类继承的字段 com.mojang.realmsclient.RealmsMainScreen.Entry
PADDING_X, PADDING_Y, STATUS_LIGHT_WIDTH
从类继承的字段 net.minecraft.client.gui.components.AbstractSelectionList.Entry
list
从接口继承的字段 net.minecraft.client.gui.components.events.GuiEventListener
DOUBLE_CLICK_THRESHOLD_MS
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明boolean
keyPressed
(int p_275630_, int p_275328_, int p_275519_) boolean
mouseClicked
(double p_275240_, double p_275616_, int p_275528_) void
render
(GuiGraphics p_283542_, int p_282029_, int p_281480_, int p_281377_, int p_283160_, int p_281920_, int p_283267_, int p_281282_, boolean p_281269_, float p_282372_) void
setFocused
(boolean p_311570_) 从类继承的方法 com.mojang.realmsclient.RealmsMainScreen.Entry
firstLineY, gameModeTextX, lineHeight, renderClampedString, renderGameMode, renderStatusLights, renderThirdLine, secondLineY, textX, thirdLineY, versionTextX
从类继承的方法 net.minecraft.client.gui.components.ObjectSelectionList.Entry
updateNarration
从类继承的方法 net.minecraft.client.gui.components.AbstractSelectionList.Entry
isFocused, isMouseOver, renderBack
从类继承的方法 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, keyReleased, mouseDragged, mouseMoved, mouseReleased, mouseScrolled, nextFocusPath
从接口继承的方法 net.minecraft.client.gui.components.TabOrderedElement
getTabOrderGroup
-
字段详细资料
-
button
-
-
构造器详细资料
-
ButtonEntry
-
-
方法详细资料
-
mouseClicked
public boolean mouseClicked(double p_275240_, double p_275616_, int p_275528_) - 指定者:
mouseClicked
在接口中GuiEventListener
- 覆盖:
mouseClicked
在类中ObjectSelectionList.Entry<RealmsMainScreen.Entry>
-
keyPressed
public boolean keyPressed(int p_275630_, int p_275328_, int p_275519_) -
render
public void render(GuiGraphics p_283542_, int p_282029_, int p_281480_, int p_281377_, int p_283160_, int p_281920_, int p_283267_, int p_281282_, boolean p_281269_, float p_282372_) -
setFocused
public void setFocused(boolean p_311570_) - 指定者:
setFocused
在接口中GuiEventListener
- 覆盖:
setFocused
在类中AbstractSelectionList.Entry<RealmsMainScreen.Entry>
-
getNarration
-