类 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 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 boolean
private static final int
private String
static final int
private static final int
private SocialInteractionsScreen.Page
private int
private static final int
private static final Component
static final int
(专用程序包) EditBox
private Component
protected static final ResourceLocation
(专用程序包) 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
从类继承的字段 net.minecraft.client.gui.screens.Screen
BACKGROUND_LOCATION, font, height, minecraft, 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 pKeyCode, int pScanCode, int pModifiers) private int
listEnd()
private int
marginX()
void
onAddPlayer
(PlayerInfo pPlayerInfo) void
onRemovePlayer
(UUID pId) void
render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) void
renderBackground
(GuiGraphics pGuiGraphics) private void
void
tick()
private void
updateServerLabel
(Minecraft pMinecraft) private int
从类继承的方法 net.minecraft.client.gui.screens.Screen
added, addRenderableOnly, addRenderableWidget, addWidget, afterKeyboardAction, afterMouseAction, afterMouseMove, changeFocus, children, clearWidgets, findNarratableWidget, getBackgroundMusic, getMinecraft, getRectangle, getTitle, getTooltipFromItem, handleComponentClicked, handleDelayedNarration, hasAltDown, hasControlDown, hasShiftDown, hideWidgets, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, narrationEnabled, onClose, onFilesDrop, rebuildWidgets, removed, removeWidget, renderDirtBackground, renderWithTooltip, repositionElements, resize, setInitialFocus, setTooltipForNextRenderPass, setTooltipForNextRenderPass, setTooltipForNextRenderPass, setTooltipForNextRenderPass, shouldCloseOnEsc, shouldNarrateNavigation, triggerImmediateNarration, updateNarratedWidget, updateNarrationState, wrapScreenError
从类继承的方法 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, magicalSpecialHackyFocus, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, nextFocusPath, setFocused
从接口继承的方法 net.minecraft.client.gui.components.events.GuiEventListener
mouseMoved
从接口继承的方法 net.minecraft.client.gui.components.TabOrderedElement
getTabOrderGroup
-
字段详细资料
-
SOCIAL_INTERACTIONS_LOCATION
-
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- 另请参阅:
-
searchBox
EditBox searchBox -
lastSearch
-
page
-
allButton
-
blockedButton
-
blockingHintButton
-
serverLabel
-
playerCount
private int playerCount -
initialized
private boolean initialized
-
-
构造器详细资料
-
SocialInteractionsScreen
public SocialInteractionsScreen()
-
-
方法详细资料
-
windowHeight
private int windowHeight() -
listEnd
private int listEnd() -
marginX
private int marginX() -
getNarrationMessage
- 覆盖:
getNarrationMessage
在类中Screen
-
tick
public void tick() -
init
protected void init() -
showPage
-
renderBackground
- 覆盖:
renderBackground
在类中Screen
-
render
- 指定者:
render
在接口中Renderable
- 覆盖:
render
在类中Screen
-
keyPressed
public boolean keyPressed(int pKeyCode, int pScanCode, int pModifiers) - 指定者:
keyPressed
在接口中ContainerEventHandler
- 指定者:
keyPressed
在接口中GuiEventListener
- 覆盖:
keyPressed
在类中Screen
-
isPauseScreen
public boolean isPauseScreen()- 覆盖:
isPauseScreen
在类中Screen
-
checkSearchStringUpdate
-
updateServerLabel
-
onAddPlayer
-
onRemovePlayer
-
socialInteractionsPlayerList