Package bunyan.blocks

Examples of bunyan.blocks.WideLogBarkOnBottom


    BunyanBlock.widewoodBarkTop = new WideLogBarkOnTop(
        widewoodBarkTopID).setBlockName("bunyan.widewood.alt0");

    final int widewoodBarkBottomID = Config
        .getOrCreateBlockIdProperty("widewood.alt1.id", 167);
    BunyanBlock.widewoodBarkBottom = new WideLogBarkOnBottom(
        widewoodBarkBottomID)
        .setBlockName("bunyan.widewood.alt1");

    Proxy.registerBlock(BunyanBlock.wood,
        bunyan.items.MultiItemBlock.class);
View Full Code Here

TOP

Related Classes of bunyan.blocks.WideLogBarkOnBottom

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.