Package erogenousbeef.bigreactors.gui.slot

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


  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

TOP

Related Classes of erogenousbeef.bigreactors.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.