Examples of GlowFurnace


Examples of net.glowstone.block.state.GlowFurnace

    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

Examples of net.glowstone.block.state.GlowFurnace

        setSaveId("Furnace");
    }

    @Override
    public GlowBlockState getState() {
        return new GlowFurnace(block);
    }
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.