public class GuiNewChat extends Gui
icons, optionsBackground, statIcons, zLevel
Constructor and Description |
---|
GuiNewChat(Minecraft mcIn) |
Modifier and Type | Method and Description |
---|---|
void |
addToSentMessages(java.lang.String p_146239_1_) |
static int |
calculateChatboxHeight(float p_146243_0_) |
static int |
calculateChatboxWidth(float p_146233_0_) |
void |
clearChatMessages() |
void |
deleteChatLine(int p_146242_1_) |
void |
drawChat(int p_146230_1_) |
IChatComponent |
getChatComponent(int p_146236_1_,
int p_146236_2_) |
int |
getChatHeight() |
boolean |
getChatOpen() |
float |
getChatScale() |
int |
getChatWidth() |
int |
getLineCount() |
java.util.List |
getSentMessages() |
void |
printChatMessage(IChatComponent p_146227_1_) |
void |
printChatMessageWithOptionalDeletion(IChatComponent p_146234_1_,
int p_146234_2_) |
void |
refreshChat() |
void |
resetScroll() |
void |
scroll(int p_146229_1_) |
drawCenteredString, drawGradientRect, drawHorizontalLine, drawModalRectWithCustomSizedTexture, drawRect, drawScaledCustomSizeModalRect, drawString, drawTexturedModalRect, drawTexturedModalRect, drawTexturedModalRect, drawVerticalLine
public GuiNewChat(Minecraft mcIn)
public void drawChat(int p_146230_1_)
public void clearChatMessages()
public void printChatMessage(IChatComponent p_146227_1_)
public void printChatMessageWithOptionalDeletion(IChatComponent p_146234_1_, int p_146234_2_)
public void refreshChat()
public java.util.List getSentMessages()
public void addToSentMessages(java.lang.String p_146239_1_)
public void resetScroll()
public void scroll(int p_146229_1_)
public IChatComponent getChatComponent(int p_146236_1_, int p_146236_2_)
public boolean getChatOpen()
public void deleteChatLine(int p_146242_1_)
public int getChatWidth()
public int getChatHeight()
public float getChatScale()
public static int calculateChatboxWidth(float p_146233_0_)
public static int calculateChatboxHeight(float p_146243_0_)
public int getLineCount()