Examples of SlotRemoveOnly


Examples of erogenousbeef.bigreactors.gui.slot.SlotRemoveOnly

  protected void addSlots() {
    // Input Slot
    addSlotToContainer(new SlotReactorInput(_entity, 0, 44, 41, false));
 
    // Output Slot
    addSlotToContainer(new SlotRemoveOnly(_entity, 1, 116, 41));
  }
View Full Code Here

Examples of erogenousbeef.bigreactors.gui.slot.SlotRemoveOnly

  protected void addSlots() {
    // Input Slot
    addSlotToContainer(new SlotReactorInput(_port, 0, 44, 18, true));
 
    // Output Slot
    addSlotToContainer(new SlotRemoveOnly(_port, 1, 116, 18));
  }
View Full Code Here

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

Examples of powercrystals.minefactoryreloaded.gui.slot.SlotRemoveOnly

  @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

Examples of powercrystals.minefactoryreloaded.gui.slot.SlotRemoveOnly

  @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

Examples of powercrystals.minefactoryreloaded.gui.slot.SlotRemoveOnly

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

Examples of powercrystals.minefactoryreloaded.gui.slot.SlotRemoveOnly

        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

Examples of powercrystals.minefactoryreloaded.gui.slot.SlotRemoveOnly

  @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

Examples of powercrystals.minefactoryreloaded.gui.slot.SlotRemoveOnly

 
  @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

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
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.