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
public class SocialInteractionsScreen extends Screen
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSocialInteractionsScreen.Mode
-
Field Summary
-
Fields inherited from class net.minecraft.client.gui.screen.Screen
buttons, children, font, height, itemRenderer, minecraft, passEvents, title, width
-
Fields inherited from class net.minecraft.client.gui.AbstractGui
BACKGROUND_LOCATION, GUI_ICONS_LOCATION, STATS_ICON_LOCATION
-
-
Constructor Summary
Constructors Constructor Description SocialInteractionsScreen()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private intbackgroundUnits()private voidcheckSearchStringUpdate(java.lang.String p_244687_1_)java.lang.StringgetNarrationMessage()protected voidinit()booleanisPauseScreen()booleankeyPressed(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(java.util.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(java.lang.Runnable p_244684_1_)private voidshowPage(SocialInteractionsScreen.Mode p_244682_1_)voidtick()private voidupdateServerLabel(Minecraft p_244680_1_)private intwindowHeight()-
Methods inherited from class net.minecraft.client.gui.screen.Screen
addButton, 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, wrapScreenError
-
Methods inherited from class net.minecraft.client.gui.FocusableGui
getFocused, isDragging, setDragging, setFocused
-
Methods inherited from class net.minecraft.client.gui.AbstractGui
blit, blit, blit, blit, blit, blitOutlineBlack, drawCenteredString, drawCenteredString, drawString, drawString, fill, fillGradient, fillGradient, getBlitOffset, hLine, setBlitOffset, vLine
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.minecraft.client.gui.IGuiEventListener
mouseMoved
-
Methods inherited from interface net.minecraft.client.gui.INestedGuiEventHandler
changeFocus, charTyped, getChildAt, keyReleased, magicalSpecialHackyFocus, mouseDragged, mouseReleased, mouseScrolled, setInitialFocus
-
-
-
-
Field Detail
-
SOCIAL_INTERACTIONS_LOCATION
protected static final ResourceLocation SOCIAL_INTERACTIONS_LOCATION
-
TAB_ALL
private static final ITextComponent TAB_ALL
-
TAB_HIDDEN
private static final ITextComponent TAB_HIDDEN
-
TAB_BLOCKED
private static final ITextComponent TAB_BLOCKED
-
TAB_ALL_SELECTED
private static final ITextComponent TAB_ALL_SELECTED
-
TAB_HIDDEN_SELECTED
private static final ITextComponent TAB_HIDDEN_SELECTED
-
TAB_BLOCKED_SELECTED
private static final ITextComponent TAB_BLOCKED_SELECTED
-
SEARCH_HINT
private static final ITextComponent SEARCH_HINT
-
EMPTY_SEARCH
private static final ITextComponent EMPTY_SEARCH
-
EMPTY_HIDDEN
private static final ITextComponent EMPTY_HIDDEN
-
EMPTY_BLOCKED
private static final ITextComponent EMPTY_BLOCKED
-
BLOCKING_HINT
private static final ITextComponent BLOCKING_HINT
-
socialInteractionsPlayerList
private FilterList socialInteractionsPlayerList
-
searchBox
private TextFieldWidget searchBox
-
lastSearch
private java.lang.String lastSearch
-
page
private SocialInteractionsScreen.Mode page
-
allButton
private Button allButton
-
hiddenButton
private Button hiddenButton
-
blockedButton
private Button blockedButton
-
blockingHintButton
private Button blockingHintButton
-
serverLabel
@Nullable private ITextComponent serverLabel
-
playerCount
private int playerCount
-
initialized
private boolean initialized
-
postRenderRunnable
@Nullable private java.lang.Runnable postRenderRunnable
-
-
Method Detail
-
windowHeight
private int windowHeight()
-
backgroundUnits
private int backgroundUnits()
-
listEnd
private int listEnd()
-
marginX
private int marginX()
-
getNarrationMessage
public java.lang.String getNarrationMessage()
- Overrides:
getNarrationMessagein classScreen
-
showPage
private void showPage(SocialInteractionsScreen.Mode p_244682_1_)
-
renderBackground
public void renderBackground(MatrixStack p_230446_1_)
- Overrides:
renderBackgroundin classScreen
-
render
public void render(MatrixStack p_230430_1_, int p_230430_2_, int p_230430_3_, float p_230430_4_)
- Specified by:
renderin interfaceIRenderable- Overrides:
renderin classScreen
-
mouseClicked
public boolean mouseClicked(double p_231044_1_, double p_231044_3_, int p_231044_5_)
-
keyPressed
public boolean keyPressed(int p_231046_1_, int p_231046_2_, int p_231046_3_)- Specified by:
keyPressedin interfaceIGuiEventListener- Specified by:
keyPressedin interfaceINestedGuiEventHandler- Overrides:
keyPressedin classScreen
-
isPauseScreen
public boolean isPauseScreen()
- Overrides:
isPauseScreenin classScreen
-
checkSearchStringUpdate
private void checkSearchStringUpdate(java.lang.String p_244687_1_)
-
updateServerLabel
private void updateServerLabel(Minecraft p_244680_1_)
-
onAddPlayer
public void onAddPlayer(NetworkPlayerInfo p_244683_1_)
-
onRemovePlayer
public void onRemovePlayer(java.util.UUID p_244685_1_)
-
setPostRenderRunnable
public void setPostRenderRunnable(@Nullable java.lang.Runnable p_244684_1_)
-
-