|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.minecraft.client.gui.Gui
net.minecraft.client.gui.GuiScreen
net.minecraft.client.gui.GuiChat
public class GuiChat
| Field Summary |
|---|
| Fields inherited from class net.minecraft.client.gui.GuiScreen |
|---|
allowUserInput, guiParticles, height, isMacOs, width |
| Constructor Summary | |
|---|---|
GuiChat()
|
|
GuiChat(String par1Str)
|
|
| Method Summary | |
|---|---|
void |
completePlayerName()
Autocompletes player name |
void |
confirmClicked(boolean par1,
int par2)
|
boolean |
doesGuiPauseGame()
Returns true if this GUI should pause the game when it is displayed in single-player |
void |
drawScreen(int par1,
int par2,
float par3)
Draws the screen and all the components in it. |
void |
func_73894_a(String[] par1ArrayOfStr)
|
void |
getSentHistory(int par1)
input is relative and is applied directly to the sentHistoryCursor so -1 is the previous message, 1 is the next message from the current cursor position |
void |
handleMouseInput()
Handles mouse input. |
void |
initGui()
Adds the buttons (and other controls) to the screen in question. |
void |
onGuiClosed()
Called when the screen is unloaded. |
void |
updateScreen()
Called from the main game loop to update the screen. |
| Methods inherited from class net.minecraft.client.gui.GuiScreen |
|---|
drawBackground, drawDefaultBackground, drawWorldBackground, getClipboardString, handleInput, handleKeyboardInput, isCtrlKeyDown, isShiftKeyDown, setClipboardString, setWorldAndResolution |
| Methods inherited from class net.minecraft.client.gui.Gui |
|---|
drawCenteredString, drawRect, drawString, drawTexturedModalRect |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GuiChat()
public GuiChat(String par1Str)
| Method Detail |
|---|
public void initGui()
initGui in class GuiScreenpublic void onGuiClosed()
onGuiClosed in class GuiScreenpublic void updateScreen()
updateScreen in class GuiScreenpublic void handleMouseInput()
handleMouseInput in class GuiScreen
public void confirmClicked(boolean par1,
int par2)
confirmClicked in class GuiScreenpublic void completePlayerName()
public void getSentHistory(int par1)
public void drawScreen(int par1,
int par2,
float par3)
drawScreen in class GuiScreenpublic void func_73894_a(String[] par1ArrayOfStr)
public boolean doesGuiPauseGame()
doesGuiPauseGame in class GuiScreen
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||