类 SocialInteractionsScreen
java.lang.Object
net.minecraft.client.gui.components.events.AbstractContainerEventHandler
net.minecraft.client.gui.screens.Screen
net.minecraft.client.gui.screens.social.SocialInteractionsScreen
- 所有已实现的接口:
ContainerEventHandler
,GuiEventListener
,Renderable
,TabOrderedElement
-
嵌套类概要
嵌套类从类继承的嵌套类/接口 net.minecraft.client.gui.screens.Screen
Screen.NarratableSearchResult
-
字段概要
字段修饰符和类型字段说明private Button
private static final ResourceLocation
private static final int
private static final int
private Button
private static final Component
private Button
private static final int
private static final Component
private static final Component
(专用程序包) static final Component
private Button
private static final int
private static final int
private final Screen
private String
private final HeaderAndFooterLayout
static final int
private static final int
private SocialInteractionsScreen.Page
private int
private static final int
private static final Component
private static final ResourceLocation
static final int
(专用程序包) EditBox
private Component
(专用程序包) SocialInteractionsPlayerList
private static final Component
private static final Component
private static final Component
private static final Component
private static final Component
private static final Component
private static final Component
从类继承的字段 net.minecraft.client.gui.screens.Screen
CUBE_MAP, font, FOOTER_SEPARATOR, HEADER_SEPARATOR, height, INWORLD_FOOTER_SEPARATOR, INWORLD_HEADER_SEPARATOR, MENU_BACKGROUND, minecraft, narratorButton, PANORAMA, renderables, screenExecutor, title, width
从接口继承的字段 net.minecraft.client.gui.components.events.GuiEventListener
DOUBLE_CLICK_THRESHOLD_MS
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明private void
checkSearchStringUpdate
(String p_100789_) protected void
init()
boolean
boolean
keyPressed
(int p_100757_, int p_100758_, int p_100759_) private int
listEnd()
private int
marginX()
void
onAddPlayer
(PlayerInfo p_100776_) void
onClose()
void
onRemovePlayer
(UUID p_100780_) void
render
(GuiGraphics p_282516_, int p_100764_, int p_100765_, float p_100766_) void
renderBackground
(GuiGraphics p_283202_, int p_299912_, int p_301406_, float p_300377_) protected void
protected void
private void
showPage
(SocialInteractionsScreen.Page p_100772_) private void
updateServerLabel
(Minecraft p_100768_) private int
从类继承的方法 net.minecraft.client.gui.screens.Screen
added, addRenderableOnly, addRenderableWidget, addWidget, afterKeyboardAction, afterMouseAction, afterMouseMove, changeFocus, children, clearFocus, clearTooltipForNextRenderPass, clearWidgets, fillCrashDetails, findNarratableWidget, getBackgroundMusic, getFont, getMinecraft, getRectangle, getTitle, getTooltipFromItem, getUsageNarration, handleComponentClicked, handleDelayedNarration, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, onFilesDrop, rebuildWidgets, removed, removeWidget, renderBlurredBackground, renderMenuBackground, renderMenuBackground, renderMenuBackgroundTexture, renderPanorama, renderTransparentBackground, renderWithTooltip, resize, setInitialFocus, setTooltipForNextRenderPass, setTooltipForNextRenderPass, setTooltipForNextRenderPass, setTooltipForNextRenderPass, shouldCloseOnEsc, shouldNarrateNavigation, showsActiveEffects, tick, triggerImmediateNarration, updateNarratedWidget, updateNarrationState, updateNarratorStatus
从类继承的方法 net.minecraft.client.gui.components.events.AbstractContainerEventHandler
getFocused, isDragging, setDragging, setFocused
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 net.minecraft.client.gui.components.events.ContainerEventHandler
charTyped, getChildAt, getCurrentFocusPath, isFocused, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, nextFocusPath, setFocused
从接口继承的方法 net.minecraft.client.gui.components.events.GuiEventListener
getBorderForArrowNavigation, mouseMoved
从接口继承的方法 net.minecraft.client.gui.components.TabOrderedElement
getTabOrderGroup
-
字段详细资料
-
TITLE
-
BACKGROUND_SPRITE
-
SEARCH_SPRITE
-
TAB_ALL
-
TAB_HIDDEN
-
TAB_BLOCKED
-
TAB_ALL_SELECTED
-
TAB_HIDDEN_SELECTED
-
TAB_BLOCKED_SELECTED
-
SEARCH_HINT
-
EMPTY_SEARCH
-
EMPTY_HIDDEN
-
EMPTY_BLOCKED
-
BLOCKING_HINT
-
BG_BORDER_SIZE
private static final int BG_BORDER_SIZE- 另请参阅:
-
BG_WIDTH
private static final int BG_WIDTH- 另请参阅:
-
SEARCH_HEIGHT
private static final int SEARCH_HEIGHT- 另请参阅:
-
MARGIN_Y
private static final int MARGIN_Y- 另请参阅:
-
SEARCH_START
public static final int SEARCH_START- 另请参阅:
-
LIST_START
public static final int LIST_START- 另请参阅:
-
IMAGE_WIDTH
private static final int IMAGE_WIDTH- 另请参阅:
-
BUTTON_HEIGHT
private static final int BUTTON_HEIGHT- 另请参阅:
-
ITEM_HEIGHT
private static final int ITEM_HEIGHT- 另请参阅:
-
layout
-
lastScreen
-
searchBox
EditBox searchBox -
lastSearch
-
page
-
allButton
-
blockedButton
-
blockingHintButton
-
serverLabel
-
playerCount
private int playerCount
-
-
构造器详细资料
-
SocialInteractionsScreen
public SocialInteractionsScreen() -
SocialInteractionsScreen
-
-
方法详细资料
-
windowHeight
private int windowHeight() -
listEnd
private int listEnd() -
marginX
private int marginX() -
getNarrationMessage
- 覆盖:
getNarrationMessage
在类中Screen
-
init
protected void init() -
repositionElements
protected void repositionElements()- 覆盖:
repositionElements
在类中Screen
-
setInitialFocus
protected void setInitialFocus()- 覆盖:
setInitialFocus
在类中Screen
-
onClose
public void onClose() -
showPage
-
renderBackground
- 覆盖:
renderBackground
在类中Screen
-
render
- 指定者:
render
在接口中Renderable
- 覆盖:
render
在类中Screen
-
keyPressed
public boolean keyPressed(int p_100757_, int p_100758_, int p_100759_) - 指定者:
keyPressed
在接口中ContainerEventHandler
- 指定者:
keyPressed
在接口中GuiEventListener
- 覆盖:
keyPressed
在类中Screen
-
isPauseScreen
public boolean isPauseScreen()- 覆盖:
isPauseScreen
在类中Screen
-
checkSearchStringUpdate
-
updateServerLabel
-
onAddPlayer
-
onRemovePlayer
-
socialInteractionsPlayerList