Ejemplo n.º 1
0
  /** Draw the foreground layer for the GuiContainer (everything in front of the items) */
  protected void drawGuiContainerForegroundLayer(int p_146979_1_, int p_146979_2_) {
    CreativeTabs creativetabs = CreativeTabs.creativeTabArray[selectedTabIndex];

    if (creativetabs != null && creativetabs.drawInForegroundOfTab()) {
      GL11.glDisable(GL11.GL_BLEND);
      this.fontRendererObj.drawString(
          I18n.format(creativetabs.getTranslatedTabLabel(), new Object[0]), 8, 6, 4210752);
    }
  }