Examples of BlockReedStairs


Examples of vazkii.botania.common.block.decor.stairs.BlockReedStairs

    dreamwoodSlabFull = new BlockDreamwoodSlab(true);
    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);
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.