Package net.minecraft.inventory

Examples of net.minecraft.inventory.ContainerFurnace


    private static final ResourceLocation furnaceGuiTextures = new ResourceLocation("textures/gui/container/furnace.png");
    private NetherrackFurnaceLogic logic;

    public FurnaceGui(InventoryPlayer par1InventoryPlayer, NetherrackFurnaceLogic par2TileEntityFurnace)
    {
        super(new ContainerFurnace(par1InventoryPlayer, par2TileEntityFurnace));
        this.logic = par2TileEntityFurnace;
    }
View Full Code Here

TOP

Related Classes of net.minecraft.inventory.ContainerFurnace

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.