Package bunyan.blocks

Examples of bunyan.blocks.WideLog


    BunyanBlock.wood = new CustomLog(woodID)
        .setBlockName("bunyan.wood");

    final int widewoodID = Config.getOrCreateBlockIdProperty(
        "widewood.id", 161);
    BunyanBlock.widewood = new WideLog(widewoodID)
        .setBlockName("bunyan.widewood");

    final int plankID = Config.getOrCreateBlockIdProperty(
        "plank.id", 163);
    BunyanBlock.planks = new CustomWood(plankID)
View Full Code Here

TOP

Related Classes of bunyan.blocks.WideLog

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.