public class GuiPlayerTabOverlay extends Gui
ICONS, OPTIONS_BACKGROUND, STAT_ICONS, zLevel
Constructor and Description |
---|
GuiPlayerTabOverlay(Minecraft mcIn,
GuiIngame guiIngameIn) |
Modifier and Type | Method and Description |
---|---|
protected void |
drawPing(int p_175245_1_,
int p_175245_2_,
int p_175245_3_,
NetworkPlayerInfo networkPlayerInfoIn) |
java.lang.String |
getPlayerName(NetworkPlayerInfo networkPlayerInfoIn)
Returns the name that should be renderd for the player supplied
|
void |
renderPlayerlist(int width,
Scoreboard scoreboardIn,
ScoreObjective scoreObjectiveIn)
Renders the playerlist, its background, headers and footers.
|
void |
resetFooterHeader() |
void |
setFooter(ITextComponent footerIn) |
void |
setHeader(ITextComponent headerIn) |
void |
updatePlayerList(boolean willBeRendered)
Called by GuiIngame to update the information stored in the playerlist, does not actually render the list,
however.
|
drawCenteredString, drawGradientRect, drawHorizontalLine, drawModalRectWithCustomSizedTexture, drawRect, drawScaledCustomSizeModalRect, drawString, drawTexturedModalRect, drawTexturedModalRect, drawTexturedModalRect, drawVerticalLine
public java.lang.String getPlayerName(NetworkPlayerInfo networkPlayerInfoIn)
public void updatePlayerList(boolean willBeRendered)
public void renderPlayerlist(int width, Scoreboard scoreboardIn, ScoreObjective scoreObjectiveIn)
protected void drawPing(int p_175245_1_, int p_175245_2_, int p_175245_3_, NetworkPlayerInfo networkPlayerInfoIn)
public void setFooter(ITextComponent footerIn)
public void setHeader(ITextComponent headerIn)
public void resetFooterHeader()