Package net.glowstone.inventory

Examples of net.glowstone.inventory.GlowFurnaceInventory


    private short burnTime = 0;
    private short cookTime = 0;

    public TEFurnace(GlowBlock block) {
        super(block, new GlowFurnaceInventory(new GlowFurnace(block, (short) 0, (short) 0)));
        setSaveId("Furnace");
    }
View Full Code Here

TOP

Related Classes of net.glowstone.inventory.GlowFurnaceInventory

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.