Package se.llbit.chunky.renderer.test

Examples of se.llbit.chunky.renderer.test.TestRenderer.start()


          targetFile);
    } else {
      renderer = new TestRenderer(null, -1, targetFile);
    }

    renderer.start();
  }

  private static void printHelp(PrintStream out) {
    out.println("Usage: BlockTestRenderer [ID[:METADATA]] [OPTIONS]");
    out.println("    ID         is the id of the block to render");
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.