Package powercrystals.minefactoryreloaded.gui.slot

Examples of powercrystals.minefactoryreloaded.gui.slot.SlotRemoveOnly


 
  @Override
  protected void addSlots()
  {
    addSlotToContainer(new Slot(_te, 0, 8, 24));
    addSlotToContainer(new SlotRemoveOnly(_te, 1, 8, 54));
  }
View Full Code Here


  @Override
  protected void addSlots()
  {
    addSlotToContainer(new Slot(_te, 0, 134, 16));
    addSlotToContainer(new Slot(_te, 1, 152, 16));
    addSlotToContainer(new SlotRemoveOnly(_te, 2, 152, 49));
  }
View Full Code Here

  @Override
  protected void addSlots()
  {
    addSlotToContainer(new Slot(_te, 0, 8, 24));
    addSlotToContainer(new Slot(_te, 1, 26, 24));
    addSlotToContainer(new SlotRemoveOnly(_te, 2, 8, 54));
    addSlotToContainer(new SlotRemoveOnly(_te, 3, 26, 54));
  }
View Full Code Here

  {
    super.addSlots();
   
    for(int i = 0; i < 9; i++)
    {
      addSlotToContainer(new SlotRemoveOnly(_te, 9 + i, 8 + 18 * i, 83));
    }
  }
View Full Code Here

        addSlotToContainer(new SlotFake(_te, j + i * 3, 8 + j * 18, 20 + i * 18));
      }
    }
   
    addSlotToContainer(new SlotViewOnly(_te, 9, 80, 38));
    addSlotToContainer(new SlotRemoveOnly(_te, 10, 134, 38));
   
    for(int i = 0; i < 2; i++)
    {
      for(int j = 0; j < 9; j++)
      {
View Full Code Here

  @Override
  protected void addSlots()
  {
    addSlotToContainer(new Slot(_te, 0, 8, 24));
    addSlotToContainer(new Slot(_te, 1, 26, 24));
    addSlotToContainer(new SlotRemoveOnly(_te, 2, 8, 54));
  }
View Full Code Here

 
  @Override
  protected void addSlots()
  {
    addSlotToContainer(new Slot(_te, 0, 8, 23));
    addSlotToContainer(new SlotRemoveOnly(_te, 1, 8, 53));

    for(int y = 0; y < 3; y++)
    {
      for(int x = 0; x < 3; x++)
      {
View Full Code Here

 
  @Override
  protected void addSlots()
  {
    addSlotToContainer(new Slot(_te, 0, 8, 24));
    addSlotToContainer(new SlotRemoveOnly(_te, 1, 8, 54));
  }
View Full Code Here

TOP

Related Classes of powercrystals.minefactoryreloaded.gui.slot.SlotRemoveOnly

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.