Package net.minecraft.src

Examples of net.minecraft.src.Tessellator.reset()


  public static void resetChildren(Tessellator tessellator) {
    Iterator i$ = tessellator.children.values().iterator();

    while (i$.hasNext()) {
      Tessellator child = (Tessellator)i$.next();
      child.reset();
    }
  }

  public static int drawChildren(int sum, Tessellator tessellator) {
    Tessellator child;
View Full Code Here

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.