Package vazkii.botania.common.block.decor.slabs

Examples of vazkii.botania.common.block.decor.slabs.BlockReedSlab


    dreamwoodPlankStairs = new BlockDreamwoodPlankStairs();
    dreamwoodPlankSlab = new BlockDreamwoodPlankSlab(false);
    dreamwoodPlankSlabFull = new BlockDreamwoodPlankSlab(true);

    reedStairs = new BlockReedStairs();
    reedSlab = new BlockReedSlab(false);
    reedSlabFull = new BlockReedSlab(true);
    thatchStairs = new BlockThatchStairs();
    thatchSlab = new BlockThatchSlab(false);
    thatchSlabFull = new BlockThatchSlab(true);

    prismarineStairs = new BlockPrismarineStairs();
View Full Code Here

TOP

Related Classes of vazkii.botania.common.block.decor.slabs.BlockReedSlab

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.