Package com.prupe.mcpatcher.hd

Source Code of com.prupe.mcpatcher.hd.FontUtils$1

package com.prupe.mcpatcher.hd;

import com.prupe.mcpatcher.TexturePackChangeHandler;
import java.util.Iterator;
import net.minecraft.src.FontRenderer;

final class FontUtils$1 extends TexturePackChangeHandler {
  FontUtils$1(String x0, int x1) {
    super(x0, x1);
  }

  public void initialize() {}

  public void beforeChange() {}

  public void afterChange() {
    Iterator i$ = FontUtils.access$000().iterator();

    while (i$.hasNext()) {
      FontRenderer renderer = (FontRenderer)i$.next();
      renderer.readFontTexture();
    }
  }
}
TOP

Related Classes of com.prupe.mcpatcher.hd.FontUtils$1

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.