Ejemplo n.º 1
0
  /** Draws the screen and all the components in it. */
  public void drawScreen(int p_73863_1_, int p_73863_2_, float p_73863_3_) {
    super.drawScreen(p_73863_1_, p_73863_2_, p_73863_3_);

    if (this.field_146360_u) {
      this.drawCenteredString(
          this.fontRendererObj, this.openLinkWarning, this.width / 2, 110, 16764108);
    }
  }
Ejemplo n.º 2
0
 /** Draws the screen and all the components in it. */
 public void drawScreen(int par1, int par2, float par3) {
   super.drawScreen(par1, par2, par3);
   this.drawCenteredString(this.fontRenderer, this.field_96288_n, this.width / 2, 110, 16777215);
 }