Examples of SlotCard


Examples of mffs.slot.SlotCard

    super(tileEntity);

    /**
     * Frequency Card
     */
    this.addSlotToContainer(new SlotCard(tileEntity, 0, 10, 89));
    this.addSlotToContainer(new SlotCard(tileEntity, 1, 28, 89));

    /**
     * Force Field Manipulation Matrix. Center slot is the mode.
     */
    // Mode
View Full Code Here

Examples of mffs.slot.SlotCard

    super(tileEntity);

    /**
     * Frequency Card
     */
    this.addSlotToContainer(new SlotCard(tileEntity, 0, 73, 91));
    this.addSlotToContainer(new SlotCard(tileEntity, 1, 73 + 18, 91));

    /**
     * Force Field Manipulation Matrix. Center slot is the mode.
     */
    // Mode
View Full Code Here

Examples of mffs.slot.SlotCard

    super(tileEntity);

    /**
     * Frequency Card
     */
    this.addSlotToContainer(new SlotCard(tileEntity, 0, 87, 89));
    this.addSlotToContainer(new SlotBase(tileEntity, 1, 69, 89));

    /**
     * Module slots.
     */
 
View Full Code Here

Examples of mffs.slot.SlotCard

    super(tileEntity);

    /**
     * Frequency Card
     */
    this.addSlotToContainer(new SlotCard(tileEntity, 0, 9, 41));

    /**
     * Input
     */
    this.addSlotToContainer(new SlotBase(tileEntity, 1, 9, 83));
View Full Code Here

Examples of mffs.slot.SlotCard

  {
    super(tileEntity);
    this.tileEntity = tileEntity;

    // Frequency Card
    this.addSlotToContainer(new SlotCard(this.tileEntity, 0, 9, 74));
    this.addSlotToContainer(new SlotCard(this.tileEntity, 1, 27, 74));

    // Upgrades
    this.addSlotToContainer(new SlotBase(this.tileEntity, 2, 154, 47));
    this.addSlotToContainer(new SlotBase(this.tileEntity, 3, 154, 67));
    this.addSlotToContainer(new SlotBase(this.tileEntity, 4, 154, 87));
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.