Examples of SlotRocketBenchResult


Examples of micdoodle8.mods.galacticraft.core.inventory.SlotRocketBenchResult

    public ContainerSchematicCargoRocket(InventoryPlayer par1InventoryPlayer, int x, int y, int z)
    {
        int change = 27;
        this.worldObj = par1InventoryPlayer.player.worldObj;
        this.addSlotToContainer(new SlotRocketBenchResult(par1InventoryPlayer.player, this.craftMatrix, this.craftResult, 0, 142, 69 + change));
        int var6;
        int var7;

        // Cone
        this.addSlotToContainer(new SlotSchematicCargoRocket(this.craftMatrix, 1, 48, -9 + change, x, y, z, par1InventoryPlayer.player));
View Full Code Here

Examples of micdoodle8.mods.galacticraft.core.inventory.SlotRocketBenchResult

    public ContainerSchematicTier3Rocket(InventoryPlayer par1InventoryPlayer, int x, int y, int z)
    {
        final int change = 27;
        this.worldObj = par1InventoryPlayer.player.worldObj;
        this.addSlotToContainer(new SlotRocketBenchResult(par1InventoryPlayer.player, this.craftMatrix, this.craftResult, 0, 142, 18 + 69 + change));
        int var6;
        int var7;

        // Cone
        this.addSlotToContainer(new SlotSchematicTier3Rocket(this.craftMatrix, 1, 48, -8 + change, x, y, z, par1InventoryPlayer.player));
View Full Code Here

Examples of micdoodle8.mods.galacticraft.core.inventory.SlotRocketBenchResult

    public ContainerSchematicTier2Rocket(InventoryPlayer par1InventoryPlayer, int x, int y, int z)
    {
        final int change = 27;
        this.worldObj = par1InventoryPlayer.player.worldObj;
        this.addSlotToContainer(new SlotRocketBenchResult(par1InventoryPlayer.player, this.craftMatrix, this.craftResult, 0, 142, 18 + 69 + change));
        int var6;
        int var7;

        // Cone
        this.addSlotToContainer(new SlotSchematicTier2Rocket(this.craftMatrix, 1, 48, -8 + change, x, y, z, par1InventoryPlayer.player));
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.