Package logisticspipes.modules.ModuleApiaristSink

Examples of logisticspipes.modules.ModuleApiaristSink.SinkSetting


 
  public GuiApiaristSink(ModuleApiaristSink module, EntityPlayer player) {
    super(new DummyContainer(player.inventory,null), module);
    this.module = module;
    for(int i=0; i < 6; i++) {
      SinkSetting filter = module.filter[i];
      this.addRenderSlot(new TypeSlot(20, 20 + (i*18), filter, i));
      this.addRenderSlot(new GroupSlot(guiLeft + 45, guiTop + 25 + (i*18), filter, i));
      this.addRenderSlot(new BeeSlot(60, 20 + (i*18),filter,0, i));
      this.addRenderSlot(new BeeSlot(78, 20 + (i*18),filter,1, i));
    }
View Full Code Here

TOP

Related Classes of logisticspipes.modules.ModuleApiaristSink.SinkSetting

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.