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