Package universalelectricity.prefab

Examples of universalelectricity.prefab.SlotSpecific


        this.addSlotToContainer(new SlotUniversalElectricItem(tileEntity, 0, 55, 49)); // Electric
                                                                                       // Input
                                                                                       // Slot
        this.addSlotToContainer(new Slot(tileEntity, 1, 55, 25)); // To be
                                                                  // processed
        this.addSlotToContainer(new SlotSpecific(tileEntity, 2, 108, 25, (ItemStack) null)); // Process
                                                                                             // result
       
        int var3;
       
        for (var3 = 0; var3 < 3; ++var3)
View Full Code Here


    private TileEntityFuseBox tileEntity;
   
    public ContainerFuseBox(InventoryPlayer par1InventoryPlayer, TileEntityFuseBox tileEntity)
    {
        this.tileEntity = tileEntity;
        this.addSlotToContainer(new SlotSpecific(tileEntity, 0, 8, 16, IItemFuse.class));
       
        int var3, var4;
       
        for (var3 = 0; var3 < 3; ++var3)
        {
View Full Code Here

        this.addSlotToContainer(new SlotUniversalElectricItem(tileEntity, 0, 55, 49)); // Electric
                                                                                       // Input
                                                                                       // Slot
        this.addSlotToContainer(new Slot(tileEntity, 1, 55, 25)); // To be drawn
                                                                  // into wire
        this.addSlotToContainer(new SlotSpecific(tileEntity, 2, 108, 25, (ItemStack) null)); // Drawing
                                                                                             // result
       
        int var3;
       
        for (var3 = 0; var3 < 3; ++var3)
View Full Code Here

    {
        this.tileEntity = AdvBatteryBox;
        this.addSlotToContainer(new SlotUniversalElectricItem(AdvBatteryBox, 0, -11, 24));
        this.addSlotToContainer(new SlotUniversalElectricItem(AdvBatteryBox, 1, -11, 48));
        //  Link slot
        this.addSlotToContainer(new SlotSpecific(AdvBatteryBox, 2, 129, 31, ItemLinkCard.class));
        // 1st Upgrade slot
        this.addSlotToContainer(new SlotSpecific(AdvBatteryBox, 3, 129, 9, IModifier.class));
        // 2nd Upgrade slot
        this.addSlotToContainer(new SlotSpecific(AdvBatteryBox, 4, 151, 9, IModifier.class));
        // 3rd Upgrade slot
        this.addSlotToContainer(new SlotSpecific(AdvBatteryBox, 5, 173, 9, IModifier.class));
       
        int var3;
       
        for (var3 = 0; var3 < 3; ++var3)
        {
View Full Code Here

TOP

Related Classes of universalelectricity.prefab.SlotSpecific

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.