/** Draws the screen and all the components in it. */
  public void drawScreen(int par1, int par2, float par3) {
    super.drawScreen(par1, par2, par3);

    if (field_74222_o) {
      displayDebuffEffects();
    }
  }