public class GuiStreamUnavailable extends GuiScreen
Modifier and Type | Class and Description |
---|---|
static class |
GuiStreamUnavailable.Reason |
allowUserInput, buttonList, fontRendererObj, height, itemRender, labelList, mc, width
icons, optionsBackground, statIcons, zLevel
Constructor and Description |
---|
GuiStreamUnavailable(GuiScreen p_i1070_1_,
GuiStreamUnavailable.Reason p_i1070_2_) |
GuiStreamUnavailable(GuiScreen parentScreenIn,
GuiStreamUnavailable.Reason p_i46311_2_,
java.util.List<ChatComponentTranslation> p_i46311_3_) |
Modifier and Type | Method and Description |
---|---|
protected void |
actionPerformed(GuiButton button)
Called by the controls from the buttonList when activated.
|
void |
drawScreen(int mouseX,
int mouseY,
float partialTicks)
Draws the screen and all the components in it.
|
static void |
func_152321_a(GuiScreen p_152321_0_) |
void |
initGui()
Adds the buttons (and other controls) to the screen in question.
|
void |
onGuiClosed()
Called when the screen is unloaded.
|
confirmClicked, doesGuiPauseGame, drawBackground, drawCreativeTabHoveringText, drawDefaultBackground, drawHoveringText, drawHoveringText, drawWorldBackground, func_183500_a, getClipboardString, handleComponentClick, handleComponentHover, handleInput, handleKeyboardInput, handleMouseInput, isAltKeyDown, isCtrlKeyDown, isKeyComboCtrlA, isKeyComboCtrlC, isKeyComboCtrlV, isKeyComboCtrlX, isShiftKeyDown, keyTyped, mouseClicked, mouseClickMove, mouseReleased, onResize, renderToolTip, sendChatMessage, sendChatMessage, setClipboardString, setText, setWorldAndResolution, updateScreen
drawCenteredString, drawGradientRect, drawHorizontalLine, drawModalRectWithCustomSizedTexture, drawRect, drawScaledCustomSizeModalRect, drawString, drawTexturedModalRect, drawTexturedModalRect, drawTexturedModalRect, drawVerticalLine
public GuiStreamUnavailable(GuiScreen p_i1070_1_, GuiStreamUnavailable.Reason p_i1070_2_)
public GuiStreamUnavailable(GuiScreen parentScreenIn, GuiStreamUnavailable.Reason p_i46311_2_, java.util.List<ChatComponentTranslation> p_i46311_3_)
public void initGui()
public void onGuiClosed()
onGuiClosed
in class GuiScreen
public void drawScreen(int mouseX, int mouseY, float partialTicks)
drawScreen
in class GuiScreen
protected void actionPerformed(GuiButton button) throws java.io.IOException
actionPerformed
in class GuiScreen
java.io.IOException
public static void func_152321_a(GuiScreen p_152321_0_)