Package bunyan.blocks

Examples of bunyan.blocks.CustomLog


  }

  public static void initialize() {
    final int woodID = Config.getOrCreateBlockIdProperty("wood.id",
        160);
    BunyanBlock.wood = new CustomLog(woodID)
        .setBlockName("bunyan.wood");

    final int widewoodID = Config.getOrCreateBlockIdProperty(
        "widewood.id", 161);
    BunyanBlock.widewood = new WideLog(widewoodID)
View Full Code Here

TOP

Related Classes of bunyan.blocks.CustomLog

Copyright © 2018 www.massapicom. 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.