Package mods.railcraft.common.gui.slots

Examples of mods.railcraft.common.gui.slots.SlotMinecart


            addSlot(new SlotDispenserTrain(tile.getPattern(), i, 8 + i * 18, 31));
        }

        for (int i = 0; i < 2; i++) {
            for (int k = 0; k < 9; k++) {
                addSlot(minecart = new SlotMinecart(tile, k + i * 9, 8 + k * 18, 67 + i * 18));
            }
        }

        for (int i = 0; i < 3; i++) {
            for (int k = 0; k < 9; k++) {
View Full Code Here

TOP

Related Classes of mods.railcraft.common.gui.slots.SlotMinecart

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.