Package net.minecraft.client.gui.social
Class SocialInteractionsScreen
java.lang.Object
net.minecraft.client.gui.AbstractGui
net.minecraft.client.gui.FocusableGui
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.social.SocialInteractionsScreen
- All Implemented Interfaces:
- IGuiEventListener,- INestedGuiEventHandler,- IRenderable,- IScreen
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate Buttonprivate Buttonprivate static final ITextComponentprivate Buttonprivate static final ITextComponentprivate static final ITextComponentprivate static final ITextComponentprivate Buttonprivate booleanprivate Stringprivate SocialInteractionsScreen.Modeprivate intprivate Runnableprivate static final ITextComponentprivate TextFieldWidgetprivate ITextComponentprotected static final ResourceLocationprivate FilterListprivate static final ITextComponentprivate static final ITextComponentprivate static final ITextComponentprivate static final ITextComponentprivate static final ITextComponentprivate static final ITextComponentFields inherited from class net.minecraft.client.gui.screen.Screenbuttons, children, font, height, itemRenderer, minecraft, passEvents, title, widthFields inherited from class net.minecraft.client.gui.AbstractGuiBACKGROUND_LOCATION, GUI_ICONS_LOCATION, STATS_ICON_LOCATION
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprivate intprivate voidcheckSearchStringUpdate(String p_244687_1_) protected voidinit()booleanbooleankeyPressed(int p_231046_1_, int p_231046_2_, int p_231046_3_) private intlistEnd()private intmarginX()booleanmouseClicked(double p_231044_1_, double p_231044_3_, int p_231044_5_) voidonAddPlayer(NetworkPlayerInfo p_244683_1_) voidonRemovePlayer(UUID p_244685_1_) voidremoved()voidrender(MatrixStack p_230430_1_, int p_230430_2_, int p_230430_3_, float p_230430_4_) voidrenderBackground(MatrixStack p_230446_1_) voidsetPostRenderRunnable(Runnable p_244684_1_) private voidshowPage(SocialInteractionsScreen.Mode p_244682_1_) voidtick()private voidupdateServerLabel(Minecraft p_244680_1_) private intMethods inherited from class net.minecraft.client.gui.screen.ScreenaddButton, addWidget, children, getMinecraft, getTitle, getTooltipFromItem, handleComponentClicked, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, onClose, onFilesDrop, renderBackground, renderComponentHoverEffect, renderComponentTooltip, renderDirtBackground, renderTooltip, renderTooltip, renderTooltip, renderToolTip, renderWrappedToolTip, resize, sendMessage, sendMessage, shouldCloseOnEsc, wrapScreenErrorMethods inherited from class net.minecraft.client.gui.FocusableGuigetFocused, isDragging, setDragging, setFocusedMethods inherited from class net.minecraft.client.gui.AbstractGuiblit, blit, blit, blit, blit, blitOutlineBlack, drawCenteredString, drawCenteredString, drawString, drawString, fill, fillGradient, fillGradient, getBlitOffset, hLine, setBlitOffset, vLineMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.IGuiEventListenermouseMovedMethods inherited from interface net.minecraft.client.gui.INestedGuiEventHandlerchangeFocus, charTyped, getChildAt, keyReleased, magicalSpecialHackyFocus, mouseDragged, mouseReleased, mouseScrolled, setInitialFocus
- 
Field Details- 
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
- 
searchBox
- 
lastSearch
- 
page
- 
allButton
- 
blockedButton
- 
blockingHintButton
- 
serverLabel
- 
playerCountprivate int playerCount
- 
initializedprivate boolean initialized
- 
postRenderRunnable
 
- 
- 
Constructor Details- 
SocialInteractionsScreenpublic SocialInteractionsScreen()
 
- 
- 
Method Details- 
windowHeightprivate int windowHeight()
- 
backgroundUnitsprivate int backgroundUnits()
- 
listEndprivate int listEnd()
- 
marginXprivate int marginX()
- 
getNarrationMessage- Overrides:
- getNarrationMessagein class- Screen
 
- 
tickpublic void tick()
- 
initprotected void init()
- 
showPage
- 
removedpublic void removed()
- 
renderBackground- Overrides:
- renderBackgroundin class- Screen
 
- 
render- Specified by:
- renderin interface- IRenderable
- Overrides:
- renderin class- Screen
 
- 
mouseClickedpublic boolean mouseClicked(double p_231044_1_, double p_231044_3_, int p_231044_5_) 
- 
keyPressedpublic boolean keyPressed(int p_231046_1_, int p_231046_2_, int p_231046_3_) - Specified by:
- keyPressedin interface- IGuiEventListener
- Specified by:
- keyPressedin interface- INestedGuiEventHandler
- Overrides:
- keyPressedin class- Screen
 
- 
isPauseScreenpublic boolean isPauseScreen()- Overrides:
- isPauseScreenin class- Screen
 
- 
checkSearchStringUpdate
- 
updateServerLabel
- 
onAddPlayer
- 
onRemovePlayer
- 
setPostRenderRunnable
 
- 
socialInteractionsPlayerList