Examples of GuiSecurityStation


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