Package logisticspipes.gui

Examples of logisticspipes.gui.GuiSecurityStation


 
  @Override
  public Object getClientGui(EntityPlayer player) {
    LogisticsSecurityTileEntity tile = this.getTile(player.getEntityWorld(), LogisticsSecurityTileEntity.class);
    if(tile == null) return null;
    return new GuiSecurityStation(tile, player);
  }
View Full Code Here

TOP

Related Classes of logisticspipes.gui.GuiSecurityStation

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.