Examples of SlotOutput


Examples of mekanism.common.inventory.slot.SlotOutput

      for(int i = 0; i < tileEntity.tier.processes; i++)
      {
        int xAxis = 55 + (i*38);

        addSlotToContainer(new SlotOutput(tentity, tileEntity.tier.processes+5+i, xAxis, 57));
      }
    }
    else if(tileEntity.tier == FactoryTier.ADVANCED)
    {
      for(int i = 0; i < tileEntity.tier.processes; i++)
      {
        int xAxis = 35 + (i*26);

        addSlotToContainer(new Slot(tentity, 5+i, xAxis, 13));
      }

      for(int i = 0; i < tileEntity.tier.processes; i++)
      {
        int xAxis = 35 + (i*26);

        addSlotToContainer(new SlotOutput(tentity, tileEntity.tier.processes+5+i, xAxis, 57));
      }
    }
    else if(tileEntity.tier == FactoryTier.ELITE)
    {
      for(int i = 0; i < tileEntity.tier.processes; i++)
      {
        int xAxis = 29 + (i*19);

        addSlotToContainer(new Slot(tentity, 5+i, xAxis, 13));
      }

      for(int i = 0; i < tileEntity.tier.processes; i++)
      {
        int xAxis = 29 + (i*19);

        addSlotToContainer(new SlotOutput(tentity, tileEntity.tier.processes+5+i, xAxis, 57));
      }
    }

    int slotX;

View Full Code Here

Examples of mekanism.common.inventory.slot.SlotOutput

  public ContainerAdvancedElectricMachine(InventoryPlayer inventory, TileEntityAdvancedElectricMachine tentity)
  {
    tileEntity = tentity;
    addSlotToContainer(new Slot(tentity, 0, 56, 17));
    addSlotToContainer(new Slot(tentity, 1, 56, 53));
    addSlotToContainer(new SlotOutput(tentity, 2, 116, 35));
    addSlotToContainer(new SlotDischarge(tentity, 3, 31, 35));
    addSlotToContainer(new SlotMachineUpgrade(tentity, 4, 180, 11));

    int slotX;
View Full Code Here

Examples of mekanism.common.inventory.slot.SlotOutput

  public ContainerElectricPump(InventoryPlayer inventory, TileEntityElectricPump tentity)
  {
    tileEntity = tentity;
    addSlotToContainer(new Slot(tentity, 0, 28, 20));
    addSlotToContainer(new SlotOutput(tentity, 1, 28, 51));
    addSlotToContainer(new SlotDischarge(tentity, 2, 143, 35));
    int slotX;

    for(slotX = 0; slotX < 3; ++slotX)
    {
View Full Code Here

Examples of mekanism.common.inventory.slot.SlotOutput

  {
    tileEntity = tentity;
    addSlotToContainer(new SlotMachineUpgrade(tentity, 0, 180, 11));
    addSlotToContainer(new Slot(tentity, 1, 17, 35));
    addSlotToContainer(new Slot(tentity, 2, 51, 43));
    addSlotToContainer(new SlotOutput(tentity, 3, 109, 43));
    addSlotToContainer(new SlotDischarge(tentity, 4, 143, 35));
    int slotX;

    for(slotX = 0; slotX < 3; ++slotX)
    {
View Full Code Here

Examples of mekanism.common.inventory.slot.SlotOutput

  public ContainerChemicalWasher(InventoryPlayer inventory, TileEntityChemicalWasher tentity)
  {
    tileEntity = tentity;
    addSlotToContainer(new Slot(tentity, 0, 180, 71));
    addSlotToContainer(new SlotOutput(tentity, 1, 180, 102));
    addSlotToContainer(new SlotStorageTank(tentity, 2, 155, 56));
    addSlotToContainer(new SlotDischarge(tentity, 3, 155, 5));

    int slotY;
View Full Code Here

Examples of mekanism.common.inventory.slot.SlotOutput

  public ContainerChemicalCrystallizer(InventoryPlayer inventory, TileEntityChemicalCrystallizer tentity)
  {
    tileEntity = tentity;
    addSlotToContainer(new SlotStorageTank(tentity, 0, 6, 65));
    addSlotToContainer(new SlotOutput(tentity, 1, 131, 57));
    addSlotToContainer(new SlotDischarge(tentity, 2, 155, 5));
    addSlotToContainer(new SlotMachineUpgrade(tentity, 3, 180, 11));

    int slotY;
View Full Code Here

Examples of mekanism.common.inventory.slot.SlotOutput

  public ContainerSalinationController(InventoryPlayer inventory, TileEntitySalinationController tentity)
  {
    tileEntity = tentity;

    addSlotToContainer(new Slot(tentity, 0, 28, 20));
    addSlotToContainer(new SlotOutput(tentity, 1, 28, 51));
    addSlotToContainer(new Slot(tentity, 2, 132, 20));
    addSlotToContainer(new SlotOutput(tentity, 3, 132, 51));

    int slotY;

    for(slotY = 0; slotY < 3; ++slotY)
    {
View Full Code Here

Examples of mekanism.common.inventory.slot.SlotOutput

  public ContainerElectricMachine(InventoryPlayer inventory, TileEntityElectricMachine tentity)
  {
    tileEntity = tentity;
    addSlotToContainer(new Slot(tentity, 0, 56, 17));
    addSlotToContainer(new SlotDischarge(tentity, 1, 56, 53));
    addSlotToContainer(new SlotOutput(tentity, 2, 116, 35));
    addSlotToContainer(new SlotMachineUpgrade(tentity, 3, 180, 11));
    int slotX;

    for(slotX = 0; slotX < 3; slotX++)
    {
View Full Code Here

Examples of mekanism.common.inventory.slot.SlotOutput

  public ContainerPortableTank(InventoryPlayer inventory, TileEntityPortableTank tentity)
  {
    tileEntity = tentity;
    addSlotToContainer(new Slot(tentity, 0, 146, 19));
    addSlotToContainer(new SlotOutput(tentity, 1, 146, 51));
    int slotX;

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

Examples of mekanism.common.inventory.slot.SlotOutput

  public ContainerFluidicPlenisher(InventoryPlayer inventory, TileEntityFluidicPlenisher tentity)
  {
    tileEntity = tentity;
    addSlotToContainer(new Slot(tentity, 0, 28, 20));
    addSlotToContainer(new SlotOutput(tentity, 1, 28, 51));
    addSlotToContainer(new SlotDischarge(tentity, 2, 143, 35));
    int slotX;

    for(slotX = 0; slotX < 3; ++slotX)
    {
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.